fix thing affecting cait's ocd
This commit is contained in:
parent
3e08bb93e8
commit
6e7c2db705
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ public class RemoteEventManager {
|
|||
thread = new Thread(this::runServer, Setup.Name + " RemoteEvent server");
|
||||
thread.start();
|
||||
}
|
||||
|
||||
private void initClient() {
|
||||
thread = new Thread(this::runClient, Setup.Name + " RemoteEvent client");
|
||||
thread.start();
|
||||
|
|
Loading…
Add table
Reference in a new issue