Update engine to v197.0.0 (#23069)
(cherry picked from commit a608071dda93d55f71ae96d7eb1a9b9051bc447e)
This commit is contained in:
parent
dfce24f487
commit
f00f9f6281
|
|
@ -99,8 +99,6 @@ public sealed class GatewayGeneratorSystem : EntitySystem
|
|||
{
|
||||
GenerateDestination(uid, generator);
|
||||
}
|
||||
|
||||
Dirty(uid, generator);
|
||||
}
|
||||
|
||||
private void GenerateDestination(EntityUid uid, GatewayGeneratorComponent? generator = null)
|
||||
|
|
|
|||
|
|
@ -291,7 +291,6 @@ public sealed class GatewaySystem : EntitySystem
|
|||
return;
|
||||
|
||||
gatewayComp.Name = gatewayName;
|
||||
Dirty(gatewayUid, gatewayComp);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit eb092e90efc7ac4ae562bc46f9b760745a29e289
|
||||
Subproject commit ca64aae7f096b2dca707121e70256eaa173a86d5
|
||||
Loading…
Reference in New Issue