mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Remove AT_SEARCH_RESULT, unused.
This commit is contained in:
parent
62a13a94a4
commit
d4b92c6e42
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ __all__ = ("CmdHome", "CmdLook", "CmdNick",
|
|||
"CmdInventory", "CmdGet", "CmdDrop", "CmdGive",
|
||||
"CmdSay", "CmdPose", "CmdAccess")
|
||||
|
||||
AT_SEARCH_RESULT = utils.variable_from_module(*settings.SEARCH_AT_RESULT.rsplit('.', 1))
|
||||
|
||||
|
||||
class CmdHome(MuxCommand):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue