trigger timeoutPopup

This commit is contained in:
Johannes Schmelz
2024-11-29 17:42:10 +01:00
parent 86ece3b70d
commit 44d64c4e0f
2 changed files with 4 additions and 1 deletions

View File

@@ -280,7 +280,7 @@ public class ClientGameLogic implements ServerInterpreter, GameEventBroker {
*/
@Override
public void received(TimeOutWarning msg) {
notifyListeners(new PopUpEvent("timeout"));
}
/**