zerg mechanic work

This commit is contained in:
2024-04-20 10:09:13 -05:00
parent f074fe1825
commit 8a3a4645af
3 changed files with 20 additions and 7 deletions
+1 -4
View File
@@ -581,10 +581,7 @@ public class Mine extends AbstractGameObject {
building.isDeranking.compareAndSet(true, false);
if(isAc) {
Thread zergMechanicThread;
zergMechanicThread = new Thread(new ZergMechanicThread(null, this));
zergMechanicThread.setName(this.parentZone.getName() + "Mine");
zergMechanicThread.start();
ZergMechanicThread.startZergThreadMine(this);
}
}