misc: fmt
This commit is contained in:
@@ -104,12 +104,10 @@ public partial class Connection : Node {
|
||||
OnWsConnectionSuccess?.Invoke();
|
||||
UpdateGameList();
|
||||
UpdatePlayerList();
|
||||
GetReservations();
|
||||
refreshGamePlayerListTimer = 5.0f;
|
||||
} else if (refreshGamePlayerListTimer <= 0.0f) {
|
||||
UpdateGameList();
|
||||
UpdatePlayerList();
|
||||
GetReservations();
|
||||
refreshGamePlayerListTimer = 5.0f;
|
||||
} else {
|
||||
refreshGamePlayerListTimer -= (float)delta;
|
||||
@@ -310,7 +308,6 @@ public partial class Connection : Node {
|
||||
IsAdmin = true;
|
||||
GetMoveWait();
|
||||
GetTournamentStatus();
|
||||
GetReservations();
|
||||
OnBecomeAdmin?.Invoke();
|
||||
}
|
||||
|
||||
@@ -318,9 +315,6 @@ public partial class Connection : Node {
|
||||
case "TOURNAMENT":
|
||||
handleTournamentMessage(body);
|
||||
break;
|
||||
case "RESERVATION":
|
||||
handleReservationMessage(body);
|
||||
break;
|
||||
case "GET":
|
||||
string data = body.Split(":")[1];
|
||||
if (body.StartsWith("MOVE_WAIT")) {
|
||||
|
||||
1
scripts/TournamentType.cs.uid
Normal file
1
scripts/TournamentType.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://dwb6ioubllb24
|
||||
Reference in New Issue
Block a user