quick correction

This commit is contained in:
locklainn.linden
2008-07-30 20:37:21 +00:00
committed by Salad Dais
parent 5f07fec31a
commit a250d16aef

View File

@@ -9,7 +9,7 @@ class MessageSystem(object):
self.socket = None
def receive_check(self):
#determine if we have any messages that can be received
#determine if we have any messages that can be received through UDP
#also, check and decode the message we have received
pass