mirror of
https://github.com/hpy/Enigma_Exile_Revive.git
synced 2024-08-30 16:52:15 +00:00
fix inventory not accessible after second revive bug
This commit is contained in:
parent
a1cddaa491
commit
a11b1facb4
@ -87,6 +87,7 @@ player setVariable["antidupe", 1, true];
|
||||
_requestingPlayer = _packet select 0;
|
||||
_revivername = _packet select 1;
|
||||
systemChat Format ["%1 bungled your revive and killed you!",_revivername];
|
||||
player setVariable["antidupe", 1, true]; //remove the antidupe from the revived player!
|
||||
[] call ExileClient_gui_escape_respawn; //force kill player
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user