mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 14:37:17 +02:00
comment typo
This commit is contained in:
parent
9aa8bfdf7b
commit
78a6a2fc1a
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
|||
# 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 from continously popping up as an unknown command.
|
||||
# NULL from continuously 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