diff --git a/ReallifeGamemode.Server/Commands/AdminCommands.cs b/ReallifeGamemode.Server/Commands/AdminCommands.cs index 3bdfa2b5..eb4c79c7 100644 --- a/ReallifeGamemode.Server/Commands/AdminCommands.cs +++ b/ReallifeGamemode.Server/Commands/AdminCommands.cs @@ -1835,6 +1835,7 @@ namespace ReallifeGamemode.Server.Commands currentStatus = !currentStatus; player.SetData("adminUnshow", currentStatus); player.TriggerEvent("SERVER:ADMIN_STOP_SPECTATE"); + player.TriggerEvent("toggleAdminUnshowMode", currentStatus); player.SafeTeleport(player.GetData("specPosition")); } user.SetBlipAndNametagColor();