mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 10:41:50 +03:00
Cleanup variables.sqf
Epoch variables are grouped together now for easy comparison with vanilla.
This commit is contained in:
@@ -274,7 +274,7 @@ if (isServer && isNil "sm_done") then {
|
||||
_object call fnc_veh_ResetEH;
|
||||
|
||||
if(_ownerID != "0" && !(_object isKindOf "Bicycle")) then {
|
||||
_object setvehiclelock "locked";
|
||||
_object setVehicleLock "locked";
|
||||
};
|
||||
|
||||
_totalvehicles = _totalvehicles + 1;
|
||||
|
||||
Reference in New Issue
Block a user