mixins: set thread name on client thread
This commit is contained in:
@@ -63,6 +63,7 @@ public abstract class RSGameEngineMixin implements RSGameEngine
|
||||
public void onRun()
|
||||
{
|
||||
thread = Thread.currentThread();
|
||||
thread.setName("Client");
|
||||
}
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user