add parameter to getDescription
This commit is contained in:
@ -54,7 +54,7 @@ class commandManager():
|
||||
if self.commandExists(environment, command, section):
|
||||
try:
|
||||
if environment['generalInformation']['tutorialMode']:
|
||||
environment['commands'][section][command].getDescription()
|
||||
environment['commands'][section][command].getDescription(environment)
|
||||
else:
|
||||
environment['commands'][section][command].run(environment)
|
||||
except Exception as e:
|
||||
|
Reference in New Issue
Block a user