mirror of
https://github.com/evennia/evennia.git
synced 2026-03-22 07:46:30 +01:00
Further fix addressing #2035
This commit is contained in:
parent
123c1bbc68
commit
d4167bffc7
2 changed files with 2 additions and 5 deletions
|
|
@ -415,11 +415,8 @@ class Command(object, metaclass=CommandMeta):
|
|||
Command {self} has no defined `func()` - showing on-command variables:
|
||||
{variables}
|
||||
"""
|
||||
self.caller.msg(string)
|
||||
return
|
||||
|
||||
# a simple test command to show the available properties
|
||||
string = "-" * 50
|
||||
string += "-" * 50
|
||||
string += "\n|w%s|n - Command variables from evennia:\n" % self.key
|
||||
string += "-" * 50
|
||||
string += "\nname of cmd (self.key): |w%s|n\n" % self.key
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ SRESET = chr(19) # shutdown server in reset mode
|
|||
PYTHON_MIN = "3.7"
|
||||
TWISTED_MIN = "18.0.0"
|
||||
DJANGO_MIN = "2.1"
|
||||
DJANGO_REC = "2.2.5"
|
||||
DJANGO_REC = "2.2.9"
|
||||
|
||||
try:
|
||||
sys.path[1] = EVENNIA_ROOT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue