fix: auto-update mailing unit + gas canister UIs on state (#39289)
* fix: auto-update mailing unit + gas canister UIs * fix: make FollowerComponent auto handle state * refactor: kill AfterAutoHandleState for Follower * flakeops
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Shared.Follower.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(FollowerSystem))]
|
||||
[NetworkedComponent, AutoGenerateComponentState(RaiseAfterAutoHandleState = true)]
|
||||
[NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class FollowerComponent : Component
|
||||
{
|
||||
[AutoNetworkedField, DataField("following")]
|
||||
|
||||
Reference in New Issue
Block a user