This commit is contained in:
chrys
2016-07-14 23:48:23 +02:00
parent 39b29e7d41
commit 1748c28ecf
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,6 @@ class commandManager():
return environment
def executeCommand(self, environment, currCommand, section = 'commands'):
environment = environment['commands'][section][currCommand].run(environment)
if self.isCommandDefined(environment):
try:
environ = environment['commands'][section][currCommand].run(environment)