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