fix reifen tuning
This commit is contained in:
@@ -105,6 +105,10 @@ namespace ReallifeGamemode.Server.Managers
|
|||||||
if (vMod.ModId == 1) color = 13;
|
if (vMod.ModId == 1) color = 13;
|
||||||
veh.SetSharedData("headlightColor", color);
|
veh.SetSharedData("headlightColor", color);
|
||||||
}
|
}
|
||||||
|
else if (vMod.Slot == 23)
|
||||||
|
{
|
||||||
|
veh.SetMod(23, vMod.ModId);
|
||||||
|
}
|
||||||
else veh.SetMod(vMod.Slot, vMod.ModId - 1);
|
else veh.SetMod(vMod.Slot, vMod.ModId - 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user