diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 01f7d261..4b42c94f 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -314,6 +314,12 @@ namespace ReallifeGamemode.Server.Commands player.TriggerEvent("toggleTSupportMode", false); player.SetData("SAdminduty", false); ChatService.SendMessage(player, "!{#ee4d2e}** " + "Du befindest dich nicht mehr im T-Support"); + + if (user.GetData("adminUnshow") == true) + { + user.SetData("adminUnshow", false); + player.TriggerEvent("toggleAdminUnshowMode", false); + } } user.SetBlipAndNametagColor(); }