Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-09-10 16:33:30 -04:00

View File

@@ -138,7 +138,7 @@ public class Pathfinder implements Runnable{
/** Starts or restarts the pathfinding thread. */ /** Starts or restarts the pathfinding thread. */
private void start(){ private void start(){
stop(); stop();
thread = Threads.daemon(this); thread = Threads.daemon("Pathfinder", this);
} }
/** Stops the pathfinding thread. */ /** Stops the pathfinding thread. */