Skip to content

Commit 16d634f

Browse files
fix game start message for admin
1 parent 42fe953 commit 16d634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lelonmo/socket_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def main(host="localhost"):
245245
playerboard.start()
246246
if admin:
247247
input()
248-
if _send_data("start%", host) == "ok%":
248+
if _send_data("start%", host) == b'ok%':
249249
wb.update("Game started successfully")
250250
else:
251251
wb.update(red("Unauthorized")) # Should not happen with non-modded client

0 commit comments

Comments
 (0)