mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
A name change in a command stopped the ev API from loading.
This commit is contained in:
parent
4acfe48d9c
commit
fce5c79561
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ _attribute_cache = None
|
|||
|
||||
# limit symbol import for API
|
||||
__all__ = ("CmdReload", "CmdReset", "CmdShutdown", "CmdPy",
|
||||
"CmdScripts", "CmdObjects", "CmdService", "CmdVersion",
|
||||
"CmdScripts", "CmdObjects", "CmdService", "CmdAbout",
|
||||
"CmdTime", "CmdServerLoad")
|
||||
|
||||
class CmdReload(MuxCommand):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue