Small fix to last commit so that everything works while I continue working on getting GameOptions working
This commit is contained in:
parent
4e02258124
commit
b5d3a6b8c3
@ -162,6 +162,7 @@ public abstract class Game implements Listener
|
||||
|
||||
// Gameplay Flags
|
||||
public long GameTimeout = 1200000;
|
||||
//public GameOptionLong GameTimeout = new GameOptionLong(1200000, "Game Timeout", "Allotted time for game mode");
|
||||
|
||||
public boolean Damage = true;
|
||||
public boolean DamagePvP = true;
|
||||
|
Loading…
Reference in New Issue
Block a user