From 20cd32bd899151f2925547122a1ebb4d94ec76fb Mon Sep 17 00:00:00 2001 From: John Breaux Date: Wed, 24 Nov 2021 03:07:27 -0600 Subject: [PATCH] Lobby: ??? --- godot_ship/script/network/Lobby.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot_ship/script/network/Lobby.gd b/godot_ship/script/network/Lobby.gd index ba9c7c3..28f915b 100644 --- a/godot_ship/script/network/Lobby.gd +++ b/godot_ship/script/network/Lobby.gd @@ -44,7 +44,7 @@ func _on_Host_Button_pressed(): # Begin hosting Net.start_host() -# Disconnect +# Disconnect # Disconnect from (or stop hosting) a game # Shows the host/connect buttons func _on_Disconnect_Button_pressed():