diff --git a/evennia/commands/default/general.py b/evennia/commands/default/general.py index 3175b33421..7fbfc9de80 100644 --- a/evennia/commands/default/general.py +++ b/evennia/commands/default/general.py @@ -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): """