misc: fmt

This commit is contained in:
2026-04-15 17:25:16 -04:00
Unverified
parent 5b4cd944c1
commit bcde443c65
8 changed files with 665 additions and 670 deletions

View File

@@ -104,12 +104,10 @@ public partial class Connection : Node {
OnWsConnectionSuccess?.Invoke(); OnWsConnectionSuccess?.Invoke();
UpdateGameList(); UpdateGameList();
UpdatePlayerList(); UpdatePlayerList();
GetReservations();
refreshGamePlayerListTimer = 5.0f; refreshGamePlayerListTimer = 5.0f;
} else if (refreshGamePlayerListTimer <= 0.0f) { } else if (refreshGamePlayerListTimer <= 0.0f) {
UpdateGameList(); UpdateGameList();
UpdatePlayerList(); UpdatePlayerList();
GetReservations();
refreshGamePlayerListTimer = 5.0f; refreshGamePlayerListTimer = 5.0f;
} else { } else {
refreshGamePlayerListTimer -= (float)delta; refreshGamePlayerListTimer -= (float)delta;
@@ -310,7 +308,6 @@ public partial class Connection : Node {
IsAdmin = true; IsAdmin = true;
GetMoveWait(); GetMoveWait();
GetTournamentStatus(); GetTournamentStatus();
GetReservations();
OnBecomeAdmin?.Invoke(); OnBecomeAdmin?.Invoke();
} }
@@ -318,9 +315,6 @@ public partial class Connection : Node {
case "TOURNAMENT": case "TOURNAMENT":
handleTournamentMessage(body); handleTournamentMessage(body);
break; break;
case "RESERVATION":
handleReservationMessage(body);
break;
case "GET": case "GET":
string data = body.Split(":")[1]; string data = body.Split(":")[1];
if (body.StartsWith("MOVE_WAIT")) { if (body.StartsWith("MOVE_WAIT")) {

View File

@@ -0,0 +1 @@
uid://dwb6ioubllb24