I am leaving the issues open and have updated #26547 with more info on what we should do long-term. This is just to bandaid the short-term complaining. Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ public sealed partial class PullerComponent : Component
|
||||
/// Next time the puller can throw what is being pulled.
|
||||
/// Used to avoid spamming it for infinite spin + velocity.
|
||||
/// </summary>
|
||||
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoNetworkedField]
|
||||
[DataField(customTypeSerializer: typeof(TimeOffsetSerializer)), AutoNetworkedField, Access(Other = AccessPermissions.ReadWriteExecute)]
|
||||
public TimeSpan NextThrow;
|
||||
|
||||
[DataField]
|
||||
|
||||
Reference in New Issue
Block a user