fix thing affecting cait's ocd

This commit is contained in:
Jess H 2024-05-31 22:23:52 +01:00
parent 3e08bb93e8
commit 6e7c2db705
Signed by: UnixSystemV
GPG key ID: 9B21C50B68D67F19

View file

@ -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();