push
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user