From 328951828afeb6714546ef6481fe018c6a280bd1 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 3 May 2020 14:46:31 +0200 Subject: [PATCH] mattschwarz war taxigelb habs behoben --- ReallifeGamemode.Client/Tuning/colors.ts | 2 +- ReallifeGamemode.Client/Tuning/main.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;