Removed GP-specific code and build flavor

This commit is contained in:
Anuken
2022-01-29 22:52:13 -05:00
parent 3f7a6e43b8
commit 1ad3f83e17
4 changed files with 1 additions and 91 deletions

View File

@@ -31,7 +31,7 @@ public class Rules{
public boolean pvp;
/** Whether to pause the wave timer until all enemies are destroyed. */
public boolean waitEnemies = false;
/** Determinates if gamemode is attack mode. */
/** Determines if gamemode is attack mode. */
public boolean attackMode = false;
/** Whether this is the editor gamemode. */
public boolean editor = false;