[Bugfix] Fix Cross Grid Magboots (#39910)

* Augh

* Remove that

* ViewVariables property so it can be debugged at the very least.

* Remove

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs
2025-08-27 07:26:32 -07:00
committed by GitHub
parent cfb13f98e1
commit 36c9f2006d
3 changed files with 5 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ public sealed partial class GravityAffectedComponent : Component
/// <summary>
/// If true, this entity will be considered "weightless"
/// </summary>
[DataField, AutoNetworkedField]
[ViewVariables, AutoNetworkedField]
public bool Weightless = true;
}