Update Mage.Client/src/main/java/mage/client/constants/Constants.java
All checks were successful
/ example-docker-compose (push) Successful in 15m41s

Removed ravnica block. What remains is the sets we want to play with.
This commit is contained in:
Max 2024-12-05 00:54:35 -08:00
parent 3c75e2f970
commit b4eefc094f

View file

@ -18,7 +18,6 @@ public final class Constants {
"* Foundations Block", "* Foundations Block",
"* Guilds of Ravnica Block", "* Guilds of Ravnica Block",
"* Return to Ravnica Block", "* Return to Ravnica Block",
"* Ravnica Block",
}; };
public static final int FRAME_MAX_HEIGHT = 367; public static final int FRAME_MAX_HEIGHT = 367;