Fix: full network stack refactor

This commit is contained in:
2026-06-14 13:31:32 +02:00
parent b11027a251
commit 3888529b96
27 changed files with 347 additions and 276 deletions
@@ -194,7 +194,7 @@ public class GameEventProcessor {
event.setIsError(!event.apply(gameController));
Game game = gameController.getModel();
if (event.getIsError()) {
if (event.isError()) {
broadcaster.notifyAll(event);
return;
}