BlueLagoon: Fixed endPhase
This commit is contained in:
parent
0a69fe6555
commit
f0982d1c72
@ -724,6 +724,7 @@ public class BlueLagoon {
|
||||
if (state.getCurrentPhase() == 'E') {
|
||||
state.cleanBoard();
|
||||
state.distributeResources();
|
||||
state.nextPhase();
|
||||
}
|
||||
return state.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user