Deleted some code by accident
This commit is contained in:
parent
e350c62f54
commit
1d7fb77bc4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user