Fix loneops (#15874)

This commit is contained in:
Nemanja
2023-04-28 23:14:15 -04:00
committed by GitHub
parent 0821f53b8a
commit f028b35ce2
3 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,10 @@ public sealed class LoneOpsSpawnRule : StationEventSystem<LoneOpsSpawnRuleCompon
base.Started(uid, component, gameRule, args);
if (!_nukeopsRuleSystem.CheckLoneOpsSpawn())
{
ForceEndSelf(uid, gameRule);
return;
}
var shuttleMap = _mapManager.CreateMap();
var options = new MapLoadOptions