Fix: SkipLower(Game.java)

This commit is contained in:
rubenpirreram
2026-05-02 16:15:10 +02:00
parent 28d371b87f
commit 670b4fcf84
@@ -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;