add debug

This commit is contained in:
vbawol 2017-09-29 21:48:32 -05:00
parent 9e7cc6843d
commit 4da51a45f3

View File

@ -364,6 +364,7 @@ if (!isNull _player) then {
// Send message to player so they can take over the new body.
[_playerNetID, _playerUID, [_newPlyr, _vars, _currentWeapon, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray, _communityStats, _hitpoints], _fsmHandle] call EPOCH_server_pushPlayer;
diag_log str([_playerNetID, _playerUID, [_newPlyr, _vars, _currentWeapon, loadAbs _newPlyr, _playerGroup, _canBeRevived, _newPlyr call EPOCH_server_setPToken,_playerGroupArray, _communityStats, _hitpoints], _fsmHandle]);
// revive test
_newPlyr setVariable ['#rev_enabled', true, true];