mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Set RU crates cargo capacity back to normal
This commit is contained in:
@@ -603,7 +603,7 @@ class CfgVehicles {
|
||||
//Antihack
|
||||
#include "antihack_logic.hpp"
|
||||
#include "antihack_plants.hpp"
|
||||
#include "antihack_weaponholders.hpp"
|
||||
//#include "antihack_weaponholders.hpp"
|
||||
|
||||
//EPOCH
|
||||
#include "DZE\Wrecks.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// these objects can't be banned, so let's transform them to some dull objects
|
||||
/*// these objects can't be banned, so let's transform them to some dull objects
|
||||
class RUBasicAmmunitionBox: House {
|
||||
model = "\ca\weapons\AmmoBoxes\RUSpecialWeapons.p3d";
|
||||
vehicleClass = "RUBasicAmmunitionBox";
|
||||
@@ -11,3 +11,4 @@
|
||||
model = "\ca\weapons\AmmoBoxes\RUBasicWeapons.p3d";
|
||||
vehicleClass = "RUBasicWeaponsBox";
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user