Nukie berf (#16777)

This commit is contained in:
metalgearsloth
2023-06-01 12:40:10 +10:00
committed by GitHub
parent d33f53455b
commit 6793cb7f49
3 changed files with 11 additions and 5 deletions

View File

@@ -291,7 +291,7 @@ public sealed partial class EmergencyShuttleSystem : EntitySystem
// Check for existing centcomms and just point to that
var query = AllEntityQuery<StationCentcommComponent>();
while (query.MoveNext(out var uid, out var otherComp))
while (query.MoveNext(out var otherComp))
{
if (otherComp == component)
continue;