JS: Alle Dateien mit UTF8-BOM abgespeichert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default function coloredHeadLights() {
|
||||
export default function coloredHeadLights() {
|
||||
function setHeadlightsColor(vehicle, color) {
|
||||
if (typeof color !== "number" || isNaN(color) || color < 0 || color === 255) {
|
||||
// Disable
|
||||
|
||||
Reference in New Issue
Block a user