From bcb0ea1703b0a63607201bdcb04d56b1efc35ddb Mon Sep 17 00:00:00 2001 From: VegaZ Date: Mon, 5 Apr 2021 02:27:31 +0200 Subject: [PATCH] Fix colors 3 --- ReallifeGamemode.Server/Events/Key.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Events/Key.cs b/ReallifeGamemode.Server/Events/Key.cs index 4891525d..9735ada5 100644 --- a/ReallifeGamemode.Server/Events/Key.cs +++ b/ReallifeGamemode.Server/Events/Key.cs @@ -305,7 +305,7 @@ namespace ReallifeGamemode.Server.Events case 3: //nameTagColor = new Color(173, 0, 118); player.SetSharedData("nameTagColor", factionId); - player.SetSharedData("blipColor", 54); + player.SetSharedData("blipColor", 63); player.SetAccessories(2, 2, 0); break; }