Deleted some code by accident

This commit is contained in:
Sam 2017-04-22 23:10:08 +01:00
parent e350c62f54
commit 1d7fb77bc4

View File

@ -2417,7 +2417,8 @@ public abstract class Game extends ListenerComponent implements Lifetimed
public void cleanupCommands()
{
this._debugCommands.forEach(command -> CommandCenter.Instance.removeCommand(command));
_debugCommands.forEach(command -> CommandCenter.Instance.removeCommand(command));
_debugCommands.clear();
}
public <T extends Module> T getModule(Class<T> clazz)