From 8deada3b11318d3e8e30cd7e1087659a8804ec09 Mon Sep 17 00:00:00 2001 From: VegaZ Date: Mon, 5 Apr 2021 04:17:24 +0200 Subject: [PATCH] Fix Sani COlor --- 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 9735ada5..b70039f2 100644 --- a/ReallifeGamemode.Server/Events/Key.cs +++ b/ReallifeGamemode.Server/Events/Key.cs @@ -298,7 +298,7 @@ namespace ReallifeGamemode.Server.Events //nameTagColor = new Color(255, 0, 0); //player.TriggerEvent("setNameTag", JsonConvert.SerializeObject(new int[] { 255, 0, 0 })); player.SetSharedData("nameTagColor", factionId); - player.SetSharedData("blipColor", 79); + player.SetSharedData("blipColor", 6); break; //FBI