Fix: SkipLower(Game.java)
This commit is contained in:
@@ -346,7 +346,7 @@ public class Game implements Serializable {
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if(currentState.getNUpper() <1)
|
||||
if(currentState.getNLower() <1)
|
||||
return false;
|
||||
if(hasDrawableDown())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user