Its working... but at what cost?

This commit is contained in:
Garrett
2024-10-29 14:01:58 -05:00
parent af95b422d5
commit f631d2b9ff
2 changed files with 17 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
using NLog.Fluent;
using Sandbox;
using Sandbox.Game.Entities;
using Sandbox.Game.Gui;
using Sandbox.Game.Localization;
using Sandbox.Game.World;
using Sandbox.ModAPI;
@@ -180,8 +181,6 @@ namespace SeamlessClient
IMyGameServer server = MyServiceManager.Instance.GetService<IMyGameServer>();
MySandboxGame.PausePop();
}