zerg mechanic applications

This commit is contained in:
2025-02-19 20:37:43 -06:00
parent 55b6d60141
commit 34e3ae20d7
+2 -3
View File
@@ -687,11 +687,10 @@ public class Mine extends AbstractGameObject {
if (timeGone > 180000L) { // 3 minutes
toRemove.add(id); // Mark for removal
}
}else {
this.mineAttendees.put(id,System.currentTimeMillis());
}
pc.ZergMultiplier = 1.0f;
ChatManager.chatSystemInfo(pc,"You Have Left an Active Mine Area");
} else {
this.mineAttendees.put(id,System.currentTimeMillis());
}
}