luke wollte den stern kleiner haben + irgendwas transparent beim login
This commit is contained in:
@@ -434,6 +434,11 @@ export default function tuning(globalData: IGlobalData) {
|
||||
}
|
||||
|
||||
function setHeadlightsColor(vehicle, index) {
|
||||
|
||||
if (!vehicle) {
|
||||
return;
|
||||
}
|
||||
|
||||
var color = index - 2;
|
||||
if (index === 0) color = -1;
|
||||
if (index === 1) color = 13;
|
||||
|
||||
Reference in New Issue
Block a user