mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
parent
7198043048
commit
07f59f40e5
@ -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.
|
||||
|
Binary file not shown.
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user