mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update didn't work as an if/else. There appears to be a bug when used fullscreen.
This commit is contained in:
parent
68a3feb2fe
commit
8011750931
1 changed files with 1 additions and 2 deletions
|
|
@ -96,8 +96,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, _BASE_SESSION_CLASS):
|
|||
# Do we have a NAWS update?
|
||||
if NAWS in data and len([data[i:i+1] for i in range(0, len(data))]) == 9:
|
||||
self.sessionhandler.sync(self.sessionhandler.get(self.sessid))
|
||||
else:
|
||||
super().dataReceived(data)
|
||||
super().dataReceived(data)
|
||||
except ValueError as err:
|
||||
from evennia.utils import logger
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue