Fix some misc warnings (#37858)

Fix misc warnings
This commit is contained in:
Tayrtahn
2025-05-27 19:54:19 -04:00
committed by GitHub
parent 7c9a031f99
commit d28c64f76a
4 changed files with 11 additions and 8 deletions

View File

@@ -544,7 +544,7 @@ public sealed partial class ShuttleSystem
comp.State = FTLState.Cooldown;
comp.StateTime = StartEndTime.FromCurTime(_gameTiming, FTLCooldown);
_console.RefreshShuttleConsoles(uid);
_mapManager.SetMapPaused(mapId, false);
_mapSystem.SetPaused(mapId, false);
Smimsh(uid, xform: xform);
var ftlEvent = new FTLCompletedEvent(uid, _mapSystem.GetMap(mapId));