AzumattDev / WardIsLove

Another dedicated ward mod brought to you by the Author of BetterWards. Based around the idea that wards should be individually configurable. Managed with a simple GUI interface for admins.
1 stars 2 forks source link

Players not being added #54

Open 7Dagoth opened 3 months ago

7Dagoth commented 3 months ago

Hello! I can't add players through the GUI. This is a conflict with another mod? The console shows this error:

[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object Stack trace: WardIsLove.Util.UI.WardGUIUtil.AddPermitted () (at <55438ee051b145f0a0d5466c17f1ba77>:0) UnityEngine.Events.InvokableCall.Invoke () (at :0) UnityEngine.Events.UnityEvent.Invoke () (at :0) UnityEngine.UI.Button.Press () (at :0) UnityEngine.UI.Button.OnPointerClick (UnityEngine.EventSystems.PointerEventData eventData) (at :0) UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IPointerClickHandler handler, UnityEngine.EventSystems.BaseEventData eventData) (at :0) UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction`1[T1] functor) (at :0) UnityEngine.EventSystems.EventSystem:Update()

AzumattDev commented 3 months ago

Likely a conflict, yes.

7Dagoth commented 3 months ago

Ok, I'll try to figure this out, thx