Players cannot join my server, as they are kicked for the following (BattlEye Script Restriction #0):
"tatsHudIsVisible = false;
ExileHudMode = 1;
};
inGameUISetEventHandler ["Action", "_this call ExileClient_gui_hud_event_onAction"
I added this new filter to line 2 in an attempt to resolve the issue:
!="tatsHudIsVisible = false;\nExileHudMode = 1;\n};\ninGameUISetEventHandler [\"Action\", \"_this call ExileClient_gui_hud_event_onAction"
However players are still being kicked from the server for the same reason! No mods installed, no extra configuration, just Exile 1.0.4 "Pinapple."
Has anyone encountered this before? Or am I missing something?