Update start_game_menu.cs
This commit is contained in:
parent
788964b128
commit
0445d79eac
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user