Revert "Update submodule (again)" (#7730)
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Content.Shared.SubFloor
|
||||
SubscribeLocalEvent<TileChangedEvent>(OnTileChanged);
|
||||
SubscribeLocalEvent<SubFloorHideComponent, ComponentStartup>(OnSubFloorStarted);
|
||||
SubscribeLocalEvent<SubFloorHideComponent, ComponentShutdown>(OnSubFloorTerminating);
|
||||
// Like 80% sure this doesn't need to handle re-anchoring.
|
||||
SubscribeLocalEvent<SubFloorHideComponent, AnchorStateChangedEvent>(HandleAnchorChanged);
|
||||
SubscribeLocalEvent<SubFloorHideComponent, GettingInteractedWithAttemptEvent>(OnInteractionAttempt);
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ public sealed class TrayScannerSystem : EntitySystem
|
||||
return;
|
||||
|
||||
scanner.Enabled = enabled;
|
||||
Dirty(scanner);
|
||||
scanner.Dirty();
|
||||
|
||||
if (scanner.Enabled)
|
||||
_activeScanners.Add(uid);
|
||||
|
||||
Reference in New Issue
Block a user