Update start_game_menu.cs

This commit is contained in:
MarcEricMartel 2023-06-11 12:00:59 -04:00
parent 788964b128
commit 0445d79eac

View File

@ -27,7 +27,7 @@ public partial class start_game_menu : Control {
if (value == _currState)
return;
IP_address = "";
_sndState.Play();
//_sndState.Play();
switch (value) {
case _state.START:
Error = "";