Hotfix weightless riding (#8477)

* Hotfix weightless riding

* a
This commit is contained in:
metalgearsloth
2022-05-28 10:53:46 +10:00
committed by GitHub
parent 4c1b0b87fb
commit 484df81dc1
2 changed files with 13 additions and 5 deletions

View File

@@ -10,7 +10,6 @@ namespace Content.Shared.Vehicle.Components
/// <summary>
/// The vehicle this rider is currently riding.
/// </summary>
[ViewVariables]
public VehicleComponent Vehicle = default!;
[ViewVariables] public VehicleComponent? Vehicle;
}
}