del[py]: del unused method

This commit is contained in:
godotg
2023-10-05 17:00:38 +08:00
parent 307043bd89
commit ceb4361d21
2 changed files with 0 additions and 14 deletions
@@ -353,13 +353,6 @@ class ByteBuffer():
self.readOffset += length
return value
def writePacketFlag(self, value):
if value is None:
self.writeBool(False)
else:
self.writeBool(True)
pass
def writePacket(self, packet, protocolId):
protocolRegistration = ProtocolManager.getProtocol(protocolId)
protocolRegistration.write(self, packet)