fix: allow EndRoundRequest event
This commit is contained in:
parent
830ef22997
commit
0696176609
@ -346,7 +346,7 @@ class GameLogic {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
case Req -> {
|
case EndRoundRequest, Req -> {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user