remove server from client

This commit is contained in:
Sen 2025-05-04 00:56:38 +02:00
parent 19f3813338
commit 7cdff9220a
18 changed files with 352 additions and 1216 deletions

View file

@ -6,4 +6,6 @@ public interface IThreadListener
{
ListenableFuture<Object> schedule(Runnable run);
boolean isMainThread();
default void log(String prefixed, String line) {
}
}