[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:
committed by
GitHub
parent
cfb13f98e1
commit
36c9f2006d
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user