mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Disable A2 auto-refuel feature on KamazRefuel trucks #1855
Fixes #1855
Mistake from 0701e5b
This commit is contained in:
@@ -92,7 +92,7 @@ class KamazRefuel_DZ: KamazRefuel {
|
||||
class TransportMagazines{};
|
||||
class TransportWeapons{};
|
||||
fuelCapacity = 10400;
|
||||
//For future Developement = transportFuel = 10400; // refueltruck
|
||||
transportFuel = 0; //Required to disable A2 built in auto refuel for fuel trucks
|
||||
};
|
||||
class KamazRefuel_DZE1: KamazRefuel_DZ {
|
||||
original = "KamazRefuel_DZ";
|
||||
|
||||
Reference in New Issue
Block a user