refactoring
This commit is contained in:
parent
7790578748
commit
1329fb223f
@ -515,8 +515,6 @@ class AOServerInfo(QtCore.QThread):
|
||||
elif header == 'SC':
|
||||
if self.disconnect:
|
||||
continue
|
||||
|
||||
#print "#".join(network)+"#%"
|
||||
|
||||
del network[0]
|
||||
gotChars = True
|
||||
|
@ -4,7 +4,8 @@ from PyQt4 import QtGui
|
||||
def handle_packets(caller, total, record=True):
|
||||
# Record the packet if demos enabled
|
||||
if record:
|
||||
caller.parent.demo_recorder.record(total)
|
||||
pass
|
||||
#caller.parent.demo_recorder.record(total)
|
||||
|
||||
for network in total:
|
||||
header = network[0]
|
||||
|
Loading…
Reference in New Issue
Block a user