mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
spam minder
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user