Add NukeOps Test (#27207)
* Add NukeOps Test * Update EvacShuttleTest to also check mapinit * Update RuleMaxTimeRestartTest * Fix cvar cleanup * A * Revert some changes * comments * Add MappingTests * Finally fix the test * A
This commit is contained in:
@@ -211,7 +211,7 @@ public sealed class StationRecordsSystem : SharedStationRecordsSystem
|
||||
/// </remarks>
|
||||
public uint? GetRecordByName(EntityUid station, string name, StationRecordsComponent? records = null)
|
||||
{
|
||||
if (!Resolve(station, ref records))
|
||||
if (!Resolve(station, ref records, false))
|
||||
return null;
|
||||
|
||||
foreach (var (id, record) in GetRecordsOfType<GeneralStationRecord>(station, records))
|
||||
|
||||
Reference in New Issue
Block a user