online multiplayer chess game (note server currently down)
Diffstat (limited to 'PGN/test_pgns.gd')
-rw-r--r--PGN/test_pgns.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/PGN/test_pgns.gd b/PGN/test_pgns.gd
index 3144beb..2b727aa 100644
--- a/PGN/test_pgns.gd
+++ b/PGN/test_pgns.gd
@@ -15,7 +15,7 @@ func _load(i: int):
var boar = load("res://Game.tscn").instance()
get_tree().get_root().add_child(boar)
boar = boar.get_board()
- boar.play_pgn(pgns[i])
+ boar.play_pgn(pgns[i], true)
get_parent().hide()