Named pathfinder thread (#5969)

This commit is contained in:
buthed010203 2021-09-10 15:56:42 -04:00 committed by GitHub
parent 7c028ffcb8
commit fc7f689ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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. */