mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Typo fix. Formally Resolves #1122.
This commit is contained in:
parent
ac73f59ed6
commit
fa33464266
1 changed files with 2 additions and 2 deletions
|
|
@ -187,8 +187,8 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
|||
# this is an ancient type of keepalive used by some
|
||||
# legacy clients. There should never be a reason to send a
|
||||
# lone NULL character so this seems to be a safe thing to
|
||||
# support for # backwards compatibility. It also stops the
|
||||
# NULL to continously pop up as an unknown command.
|
||||
# support for backwards compatibility. It also stops the
|
||||
# NULL from continously popping up as an unknown command.
|
||||
data = [_IDLE_COMMAND]
|
||||
else:
|
||||
data = _RE_LINEBREAK.split(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue