mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cargo - fix tankf (#7124)
This commit is contained in:
parent
f5782fd1ff
commit
82e7b70f6e
@ -63,6 +63,7 @@ class CfgVehicles {
|
||||
GVAR(space) = 4;
|
||||
GVAR(hasCargo) = 1;
|
||||
};
|
||||
class Tank_F: Tank {};
|
||||
class UGV_02_Base_F: Tank_F {
|
||||
GVAR(space) = 0;
|
||||
GVAR(hasCargo) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user