This commit is contained in:
2021-04-05 16:28:05 +02:00
parent 072be07e98
commit 9b3c829257

View File

@@ -93,10 +93,7 @@
}); });
if (currentShape == colshapeDumptruck) { if (currentShape == colshapeDumptruck) {
mp.gui.chat.push("in colshape"); if (hasBinBag) {
if (!hasBinBag) {
mp.gui.chat.push("OK.");
hasBinBag = false; hasBinBag = false;
mp.events.callRemote('CLIENT:MuellmannAddSack'); mp.events.callRemote('CLIENT:MuellmannAddSack');