mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Removed @ps command, it is superceded by @serverload and was just a placeholder anyway.
This commit is contained in:
parent
07a17ac15e
commit
bdb5ab0123
2 changed files with 36 additions and 36 deletions
|
|
@ -45,7 +45,7 @@ class DefaultCmdSet(CmdSet):
|
|||
self.add(system.CmdVersion())
|
||||
self.add(system.CmdTime())
|
||||
self.add(system.CmdServerLoad())
|
||||
self.add(system.CmdPs())
|
||||
#self.add(system.CmdPs())
|
||||
|
||||
# Admin commands
|
||||
self.add(admin.CmdBoot())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue