This commit is contained in:
happydayz 2016-07-30 14:46:56 +10:00
parent b92e1b5e50
commit 449565b1c1
3 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -348,9 +348,8 @@ call ExileServer_system_network_send_to;
[] spawn
{
Private ["_player"];
uiSleep 4;
if !(isPlayer _player) then
if (isNull _player) then
{
diag_log "EnigmaRevive - Something went horribly wrong!";
[_player] joinSilent ExileServerGraveyardGroup;