mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
typo fixes, #1300
This commit is contained in:
@@ -549,7 +549,7 @@ if (!isDedicated) then {
|
||||
};
|
||||
local_setFuel = {
|
||||
private["_qty","_vehicle"];
|
||||
_vehicle = ;
|
||||
_vehicle = _this select 0;
|
||||
_qty = _this select 1;
|
||||
_vehicle setFuel _qty;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user