Fix error in map logic removal

This commit is contained in:
pjht 2020-05-13 16:45:32 -05:00
parent 9ea33d9152
commit f96dbf8013

View File

@ -12,7 +12,6 @@ class Map:
self.tiles={}
self.screen=screen
self.sock=sock
self.uid=uid
def send_str(self,str):
self.sock.send((str+"\n").encode("utf-8"))