mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Added info about creating the tutorial world to the Limbo desc. Also refactored some of the lock functions a bit for efficiency.
This commit is contained in:
parent
42d502bfc6
commit
8b5f3628ab
3 changed files with 36 additions and 29 deletions
|
|
@ -240,6 +240,7 @@ class CmdBatchCommands(MuxCommand):
|
|||
show_curr(caller)
|
||||
else:
|
||||
caller.msg("Running Batch-command processor - Automatic mode for %s ..." % python_path)
|
||||
|
||||
# add the 'safety' cmdset in case the batch processing adds cmdsets to us
|
||||
for inum in range(len(commands)):
|
||||
# loop through the batch file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue