Fix: full network stack refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user