mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
Set the default settings file to point to the files in game/gamesrc/commands - these now make for good starts for overriding the default systems. The system now also matches the examples given in the wiki.
This commit is contained in:
parent
72d40285b8
commit
ecefbfac01
3 changed files with 50 additions and 24 deletions
|
|
@ -111,7 +111,7 @@ def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False):
|
|||
raise
|
||||
except KeyError:
|
||||
errstring = "Error in loading cmdset: No cmdset class '%s' in %s."
|
||||
errstring = errstring % (modulepath, classname)
|
||||
errstring = errstring % (classname, modulepath)
|
||||
raise
|
||||
except Exception:
|
||||
errstring = "\n%s\nCompile/Run error when loading cmdset '%s'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue