diff --git a/Moonlight/App/Helpers/Wings/WingsConsole.cs b/Moonlight/App/Helpers/Wings/WingsConsole.cs
index 674aca4a..ed9596be 100644
--- a/Moonlight/App/Helpers/Wings/WingsConsole.cs
+++ b/Moonlight/App/Helpers/Wings/WingsConsole.cs
@@ -225,7 +225,7 @@ public class WingsConsole : IDisposable
// we need to set the install state here
// See https://github.com/pterodactyl/panel/issues/4853
// for more details
- await UpdateServerState(ServerState.Installing);
+ //await UpdateServerState(ServerState.Installing);
}
foreach (var line in eventData.Args)
diff --git a/Moonlight/Shared/Views/Admin/Statistics/Index.razor b/Moonlight/Shared/Views/Admin/Statistics/Index.razor
index 5fc5aa3c..056c6be5 100644
--- a/Moonlight/Shared/Views/Admin/Statistics/Index.razor
+++ b/Moonlight/Shared/Views/Admin/Statistics/Index.razor
@@ -13,7 +13,7 @@
@attribute [PermissionRequired(nameof(Permissions.AdminStatistics))]
-