blah
This commit is contained in:
@ -746,7 +746,7 @@ namespace RageCoop.Client
|
|||||||
#endregion
|
#endregion
|
||||||
private void DisplayInVehicle()
|
private void DisplayInVehicle()
|
||||||
{
|
{
|
||||||
if (CurrentVehicle==null || CurrentVehicle.MainVehicle==null) { Main.Logger.Error("Veh not found"); return; }
|
if (CurrentVehicle?.MainVehicle==null) { return; }
|
||||||
switch (Speed)
|
switch (Speed)
|
||||||
{
|
{
|
||||||
case 4:
|
case 4:
|
||||||
|
Reference in New Issue
Block a user