fixed typo in load player

This commit is contained in:
vbawol 2017-03-04 11:35:39 -06:00
parent b695f29577
commit f5d51c4127
8 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
build=691; build=694;

View File

@ -122,7 +122,7 @@ if (!isNull _player) then {
// check if jammer is not null and is alive. // check if jammer is not null and is alive.
if (!isNull _jammer && {alive _jammer}) then { if (!isNull _jammer && {alive _jammer}) then {
// check if player is still a member of jammers group. // check if player is still a member of jammers group.
if ((_jammer getVariable["BUILD_OWNER", "-1"]) in [getPlayerUID player, _playerGroup]) then { if ((_jammer getVariable["BUILD_OWNER", "-1"]) in [_playerUID, _playerGroup]) then {
_location = _newLocation; _location = _newLocation;
}; };
}; };

View File

@ -1 +1 @@
build=691; build=694;

View File

@ -1 +1 @@
build=693; build=694;

View File

@ -1 +1 @@
693 694