[Resolve merge conflicts
This commit is contained in:
commit
443310b1c4
22 changed files with 76 additions and 129 deletions
|
|
@ -87,6 +87,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, _BASE_SESSION_CLASS):
|
|||
super().dataReceived(data)
|
||||
except ValueError as err:
|
||||
from evennia.utils import logger
|
||||
|
||||
logger.log_err(f"Malformed telnet input: {err}")
|
||||
|
||||
def connectionMade(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue