mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-08-22 02:24:59 -05:00
Remove fields that shouldn't be there
This commit is contained in:
@@ -273,7 +273,6 @@ class PlayerSession(LineReceiver):
|
||||
('__cmd__', "blk"),
|
||||
('__cmd_val__', str(len(block_list))),
|
||||
('list', ','.join(block_list)),
|
||||
('id', data_parsed['id']),
|
||||
])
|
||||
|
||||
self.log(logging.DEBUG, "SENDING: %s" % msg)
|
||||
@@ -284,7 +283,6 @@ class PlayerSession(LineReceiver):
|
||||
('__cmd__', "bdy"),
|
||||
('__cmd_val__', str(len(buddy_list))),
|
||||
('list', ','.join(buddy_list)),
|
||||
('id', data_parsed['id']),
|
||||
])
|
||||
|
||||
self.log(logging.DEBUG, "SENDING: %s" % msg)
|
||||
|
||||
Reference in New Issue
Block a user