mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 21:17:17 +02:00
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":
|
||||
BATCHCODE.read_file(caller.ndb.batch_pythonpath)
|
||||
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."))
|
||||
show_curr(caller)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue