Fix error in map logic removal
This commit is contained in:
parent
9ea33d9152
commit
f96dbf8013
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user