mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed missing semicolon
This commit is contained in:
parent
fb9e2d2283
commit
0f667fb5b4
@ -3865,7 +3865,7 @@ class CfgVehicles
|
|||||||
energyCost = 0.2;
|
energyCost = 0.2;
|
||||||
limitNearby = 2;
|
limitNearby = 2;
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
armor = 0.1
|
armor = 0.1;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Metal_TRAP_EPOCH: Constructions_static_F
|
class Metal_TRAP_EPOCH: Constructions_static_F
|
||||||
@ -3880,7 +3880,7 @@ class CfgVehicles
|
|||||||
energyCost = 0.4;
|
energyCost = 0.4;
|
||||||
limitNearby = 2;
|
limitNearby = 2;
|
||||||
bypassJammer = 1;
|
bypassJammer = 1;
|
||||||
armor = 0.1
|
armor = 0.1;
|
||||||
};
|
};
|
||||||
|
|
||||||
class Hesco3_EPOCH: Const_All_Walls_F
|
class Hesco3_EPOCH: Const_All_Walls_F
|
||||||
|
Loading…
Reference in New Issue
Block a user