From c8a57964c859fdbf9b3a1d0246fdf18d62d54100 Mon Sep 17 00:00:00 2001 From: Siga Date: Tue, 17 Mar 2020 16:25:43 +0100 Subject: [PATCH] Fix Suspectclear Blip Color --- ReallifeGamemode.Server/Commands/FactionCommands.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ReallifeGamemode.Server/Commands/FactionCommands.cs b/ReallifeGamemode.Server/Commands/FactionCommands.cs index 03821db0..d6665143 100644 --- a/ReallifeGamemode.Server/Commands/FactionCommands.cs +++ b/ReallifeGamemode.Server/Commands/FactionCommands.cs @@ -290,11 +290,9 @@ namespace ReallifeGamemode.Server.Commands } ChatService.SendMessage(target, "!{#8181E9}Deine Akte wurde von " + player.Name + " gelöscht. Grund: " + reason); ChatService.BroadcastFaction("!{#8181E9}HQ: Die Akte von " + target.Name + " wurde von " + player.Name + " gelöscht. Grund: " + reason + ".", new List() { 1, 3 }); + target.SetSharedData("blipColor", 0); switch (targetUser.FactionId) { - case null: - target.SetSharedData("blipColor", 0); - break; case 8: target.SetSharedData("blipColor", 83); break;