diff --git a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts index fab6e38a..007bf710 100644 --- a/ReallifeGamemode.Client/Jobs/RefuseCollector.ts +++ b/ReallifeGamemode.Client/Jobs/RefuseCollector.ts @@ -120,11 +120,15 @@ }); if (!garbageToCollect.has(currBlip)) return; + mp.gui.chat.push("Has Blip."); var colShape = garbageToCollect.get(currBlip); - if (currBlip && mp.blips.exists(currBlip)) + if (currBlip && mp.blips.exists(currBlip)) { + mp.gui.chat.push("Delete Blip."); currBlip.destroy(); + } + if (colShape && mp.colshapes.exists(colShape)) { mp.gui.chat.push("Delete Colshape."); colShape.destroy();