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