From 9b3c829257ebb9dc70feb7acff35592b72e649a3 Mon Sep 17 00:00:00 2001 From: kookroach Date: Mon, 5 Apr 2021 16:28:05 +0200 Subject: [PATCH] test --- ReallifeGamemode.Client/Jobs/RefuseCollector.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts index e4f69a44..fab6e38a 100644 --- a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts +++ b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts @@ -93,10 +93,7 @@ }); if (currentShape == colshapeDumptruck) { - mp.gui.chat.push("in colshape"); - if (!hasBinBag) { - mp.gui.chat.push("OK."); - + if (hasBinBag) { hasBinBag = false; mp.events.callRemote('CLIENT:MuellmannAddSack');