You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
) is the gremlin responsible. It assumes you're always setting the value by doing setting.value = something, which clearly isn't the case for a Collection
Code example:
visibleList.listeners.add { MessageSendHelper.sendRawChatMessage(visibleList.value.toString()) mc.renderGlobal.loadRenderers() }
This code is never triggered when calling
visibleList.add()
, or something similar.You also cannot do
visibleList.value = someNewList
due tovalue
being aval
.The text was updated successfully, but these errors were encountered: