Improved consistency with the F5 message
This commit is contained in:
parent
0de34c15ab
commit
643f47763e
@ -364,7 +364,7 @@ public class MonsterMaze extends SoloGame
|
||||
@EventHandler
|
||||
public void sendF5Message(UpdateEvent event)
|
||||
{
|
||||
if (event.getType() != UpdateType.FAST)
|
||||
if (event.getType() != UpdateType.FASTEST)
|
||||
return;
|
||||
|
||||
if (GetState() != GameState.Prepare)
|
||||
|
Loading…
Reference in New Issue
Block a user