Remove arsenal when already present (#6246)

This commit is contained in:
Kex 2018-04-12 16:25:57 +02:00 committed by PabstMirror
parent e7b7219bd9
commit b7942fdb83

View File

@ -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);
};
};