mixins: set thread name on client thread

This commit is contained in:
Adam
2019-04-13 14:00:15 -04:00
parent 94c1aec673
commit f7332aa074

View File

@@ -63,6 +63,7 @@ public abstract class RSGameEngineMixin implements RSGameEngine
public void onRun()
{
thread = Thread.currentThread();
thread.setName("Client");
}
@Inject