fix typo on helper scripts

This commit is contained in:
vbawol 2016-12-18 13:21:42 -06:00
parent 81f3452bd9
commit abf690fc11

View File

@ -258,7 +258,7 @@ EPOCH_server_disconnect = compileFinal("
");
EPOCH_server_movePlayer = compileFinal("
params [['_playerObj',objNull,[_playerObj]],'_pos'];
params [['_playerObj',objNull,[objNull]],['_pos',[],[[]]]];
if !(isNull _playerObj) then {
"+_skn_antiTeleportPVC+" = true;
(owner _playerObj) publicVariableClient '"+_skn_antiTeleportPVC+"';
@ -271,7 +271,7 @@ if !(isNull _playerObj) then {
");
EPOCH_server_teleportCheck = compileFinal("
params [['_playerObj',objNull,[_playerObj]],'_allow'];
params [['_playerObj',objNull,[objNull]],'_allow'];
if !(isNull _playerObj) then {
"+_skn_antiTeleportPVC+" = _allow;
(owner _playerObj) publicVariableClient '"+_skn_antiTeleportPVC+"';