Fixed a minor batchcommand reload bug.
This commit is contained in:
parent
4d8fc05157
commit
4528e26e03
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ class CmdStateRR(MuxCommand):
|
||||||
if caller.ndb.batch_batchmode == "batch_code":
|
if caller.ndb.batch_batchmode == "batch_code":
|
||||||
BATCHCODE.read_file(caller.ndb.batch_pythonpath)
|
BATCHCODE.read_file(caller.ndb.batch_pythonpath)
|
||||||
else:
|
else:
|
||||||
BATHCMD.read_file(caller.ndb.batch_pythonpath)
|
BATCHCMD.read_file(caller.ndb.batch_pythonpath)
|
||||||
caller.msg(format_code("File reloaded. Staying on same command."))
|
caller.msg(format_code("File reloaded. Staying on same command."))
|
||||||
show_curr(caller)
|
show_curr(caller)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue