Update ExileServer_object_player_database_load.sqf

This commit is contained in:
Brett Nordin 2018-09-24 10:35:09 -06:00 committed by GitHub
parent 38d2c68406
commit 47d23837fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;