Moved theRemoteServerTimeline to private

This commit is contained in:
lieght
2025-09-13 13:54:35 +02:00
parent 3619791233
commit fd20837e32

View File

@@ -141,7 +141,7 @@ public class Server extends Thread {
}
}
public void theRemoteServerTimeline(TcpClient client) throws InterruptedException {
private void theRemoteServerTimeline(TcpClient client) throws InterruptedException {
while (true) {
sleep(500); // 1s delay to not overload server.
if (!commandQueue.isEmpty()) {