Missing SERVER_VARS on revive

https://github.com/EpochModTeam/Epoch/issues/963
This commit is contained in:
He-Man 2018-01-09 17:28:12 +01:00
parent 097102c1aa
commit ad36d16335

View File

@ -116,6 +116,7 @@ if (!local _player) then {
_newPlyr setVariable ["PUID", _playerUID];
_newPlyr setVariable ["GROUP", _playerGroup];
_newPlyr setVariable ["REVIVE", false];
_newPlyr setVariable ["SERVER_VARS",_player getVariable ["SERVER_VARS",[]]];
// _player playActionNow "Die";