online multiplayer chess game (note server currently down)
| -rw-r--r-- | ui/menus/sidebarright/rematchbutton.gd | 1 |
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") |