state: Added simple mode for isPhaseOver()
This commit is contained in:
@@ -538,7 +538,7 @@ public class BlueLagoon {
|
||||
*/
|
||||
public static boolean isPhaseOver(String stateString){
|
||||
State state = new State(stateString);
|
||||
return state.isPhaseOver();
|
||||
return state.isPhaseOver(true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user