Add Support for Exile 1.0.5
This commit is contained in:
parent
e0389f0591
commit
16f8471259
@ -27,7 +27,6 @@ _player disableAI "TARGET";
|
|||||||
_player disableAI "CHECKVISIBLE";
|
_player disableAI "CHECKVISIBLE";
|
||||||
_clanID = (_data select 42);
|
_clanID = (_data select 42);
|
||||||
_clanName = (_data select 43);
|
_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
|
if !((typeName _clanID) isEqualTo "SCALAR") then
|
||||||
{
|
{
|
||||||
_clanID = -1;
|
_clanID = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user