Small fix to last commit so that everything works while I continue working on getting GameOptions working

This commit is contained in:
Joseph Prezioso Jr 2016-03-24 16:34:16 -04:00
parent 4e02258124
commit b5d3a6b8c3

View File

@ -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;