mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove arsenal when already present (#6246)
This commit is contained in:
parent
e7b7219bd9
commit
b7942fdb83
@ -29,6 +29,7 @@ switch (true) do {
|
||||
[LSTRING(OnlyAlive)] call FUNC(showMessage);
|
||||
};
|
||||
default {
|
||||
[_object, true] call EFUNC(arsenal,removeBox);
|
||||
[_object, true, true] call EFUNC(arsenal,initBox);
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user