mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-07 10:45:53 -05:00
Note to self: actually send message data
This commit is contained in:
@@ -327,6 +327,8 @@ class Gamestats(LineReceiver):
|
||||
])
|
||||
|
||||
self.log(logging.DEBUG, "SENDING: '%s'..." % msg)
|
||||
msg = self.crypt(msg)
|
||||
self.transport.write(bytes(msg))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user