online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/Lobby.gd')
-rw-r--r--ui/Lobby.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Lobby.gd b/ui/Lobby.gd
index e8bd0cd..565b41b 100644
--- a/ui/Lobby.gd
+++ b/ui/Lobby.gd
@@ -126,7 +126,7 @@ func add_turn() -> void:
func _on_data(data: Dictionary) -> void:
- print(data)
+ print(data, " recieved")
Globals.fullmove = data["fullmove"]
Globals.turn = data["turn"]
Globals.halfmove = data["halfmove"]