Better stell cell

This commit is contained in:
Anuken
2022-02-17 13:42:17 -05:00
parent f9eabecd88
commit ba475b681c
7 changed files with 27 additions and 8 deletions
+2
View File
@@ -149,6 +149,8 @@ public class Pathfinder implements Runnable{
/** Starts or restarts the pathfinding thread. */
private void start(){
stop();
if(net.client()) return;
thread = Threads.daemon("Pathfinder", this);
}