vbawol 2015-09-17 11:44:51 -05:00
parent 7198043048
commit 07f59f40e5
3 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ Client:
[Fixed] Client fps lag when first joining the server.
Server:
[Fixed] Error Generic error in expression in EPOCH_server_repairVehicle.
[Changed] Use new sort command instead of BIS_fncSortBy.
[Changed] Use new worldSize command as default if maps worldSize setting in CfgEpoch does not exist.

View File

@ -8,7 +8,7 @@ if !([_plyr, _this select 3] call EPOCH_server_getPToken) exitWith{};
if (_plyr distance _vehicle > 20) exitWith{};
// if (vehicle _plyr != _plyr) exitWith{};
if ((_value select 0) == "ALL") then {
if ((_value select 0) isEqualTo "ALL") then {
_vehicle setDamage 0;
} else {
if (local _vehicle) then {