diff --git a/ReallifeGamemode.Client/Tuning/colors.ts b/ReallifeGamemode.Client/Tuning/colors.ts index 38fb110b..4b8ccefc 100644 --- a/ReallifeGamemode.Client/Tuning/colors.ts +++ b/ReallifeGamemode.Client/Tuning/colors.ts @@ -106,7 +106,7 @@ const vehicleColors = { "Schwarz Lila": 142 }, "Matt": { - "Schwarz": 88, + "Schwarz": 12, "Grau": 13, "Hellgrau": 14, "Rot": 39, diff --git a/ReallifeGamemode.Client/Tuning/main.ts b/ReallifeGamemode.Client/Tuning/main.ts index fa22b05f..c9fcab20 100644 --- a/ReallifeGamemode.Client/Tuning/main.ts +++ b/ReallifeGamemode.Client/Tuning/main.ts @@ -11,7 +11,6 @@ const BadgeStyle = NativeUI.BadgeStyle; const Point = NativeUI.Point; import vehicleColors from './colors'; -import game from '..'; export default function tuning(globalData: IGlobalData) { var keyBound = false;