mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
Disable A2 auto-refuel feature on KamazRefuel trucks #1855
Fixes #1855
Mistake from 0701e5b
This commit is contained in:
@@ -95,6 +95,6 @@ class UralRefuel_TK_EP1_DZ: UralRefuel_TK_EP1 {
|
||||
hiddenSelections[] = {};
|
||||
class TransportMagazines{};
|
||||
class TransportWeapons{};
|
||||
transportFuel = 0;
|
||||
transportFuel = 0; //Required to disable A2 built in auto refuel for fuel trucks
|
||||
fuelCapacity = 10000;
|
||||
};
|
||||
Reference in New Issue
Block a user