spam minder

This commit is contained in:
Ticho Hidding
2025-10-27 17:20:22 +01:00
parent c115fb91af
commit caa812217f

View File

@@ -211,8 +211,6 @@ public class Connect4Game {
} }
private void onYourTurnResponse(NetworkEvents.YourTurnResponse response) { private void onYourTurnResponse(NetworkEvents.YourTurnResponse response) {
new EventFlow().addPostEvent(new NetworkEvents.SendCommand(response.clientId(), "MESSAGE hoi"))
.postEvent();
if (!isRunning.get()) { if (!isRunning.get()) {
return; return;