online multiplayer chess game (note server currently down)
show sandisplay after rematch
bendn 2022-09-19
parent 6dc75f6 · commit 56b1d3d
-rw-r--r--ui/menus/sidebarright/rematchbutton.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/menus/sidebarright/rematchbutton.gd b/ui/menus/sidebarright/rematchbutton.gd
index 1d85759..2508c66 100644
--- a/ui/menus/sidebarright/rematchbutton.gd
+++ b/ui/menus/sidebarright/rematchbutton.gd
@@ -54,3 +54,4 @@ func rematch():
Globals.grid.reload()
get_tree().call_group("showongameover", "hide") # they go back to hidden now.
get_tree().call_group("hideongameover", "show") # and vice versa
+ get_tree().call_group("hideongameoverifnolocalmultiplayer", "show")