mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
spam minder
This commit is contained in:
@@ -211,8 +211,6 @@ public class Connect4Game {
|
||||
}
|
||||
|
||||
private void onYourTurnResponse(NetworkEvents.YourTurnResponse response) {
|
||||
new EventFlow().addPostEvent(new NetworkEvents.SendCommand(response.clientId(), "MESSAGE hoi"))
|
||||
.postEvent();
|
||||
|
||||
if (!isRunning.get()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user