Merge pull request #781 from ravmustang/Missing-;-

This little ; went to the market..... lol
This commit is contained in:
vbawol 2017-07-17 04:47:05 -05:00 committed by GitHub
commit 015dd1f37c

View File

@ -303,7 +303,7 @@ if (!isNull _player) then {
};
if (!_canBeRevived) then {
_newPlyr setVariable["REVIVE", _canBeRevived]
_newPlyr setVariable["REVIVE", _canBeRevived];
};
[_playerNetID, _playerUID, [_newPlyr, _vars, _currWeap, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray]] call EPOCH_server_pushPlayer;