From 340c071fa07d4e702bdb66cb8df9068ea0301ceb Mon Sep 17 00:00:00 2001 From: kookroach Date: Mon, 5 Apr 2021 16:15:02 +0200 Subject: [PATCH] remove chat push --- ReallifeGamemode.Client/Jobs/RefuseCollector.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts index ee303567..047bd6fc 100644 --- a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts +++ b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts @@ -92,7 +92,6 @@ } }); - mp.gui.chat.push("test"); if (currentShape == colshapeDumptruck) { if (!hasBinBag) { hasBinBag = false;