Add Support for Exile 1.0.5

This commit is contained in:
Brett Nordin 2018-09-30 10:20:47 -06:00 committed by GitHub
parent e0389f0591
commit 16f8471259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ _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;