Update ExileServer_object_player_database_load.sqf
This commit is contained in:
parent
38d2c68406
commit
47d23837fe
@ -27,6 +27,7 @@ _player disableAI "TARGET";
|
||||
_player disableAI "CHECKVISIBLE";
|
||||
_clanID = (_data select 42);
|
||||
_clanName = (_data select 43);
|
||||
"Player Has Failed to load and has been reset to a Bambi state!" call ExileServer_util_log;
|
||||
if !((typeName _clanID) isEqualTo "SCALAR") then
|
||||
{
|
||||
_clanID = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user