mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed an edge case for oob.
This commit is contained in:
parent
0cbb96bc82
commit
ec05a47065
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ class TelnetOOB(object):
|
|||
elif cmdname in ("MSDP_ARRAY", "MSDP_TABLE"):
|
||||
# no cmdname should accompany these, just the MSDP wrapper
|
||||
cmdname = "MSDP"
|
||||
|
||||
gmcp_string = ""
|
||||
if args:
|
||||
gmcp_string = "%s %s" % (cmdname, json.dumps(args))
|
||||
elif kwargs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue