- Back to net7
- SilentMode for admins
- Adding global admins via command
This commit is contained in:
Dawid Bepierszcz
2024-01-17 23:08:52 +01:00
parent 64c806f3d7
commit d751bdadbd
5 changed files with 256 additions and 105 deletions

View File

@@ -338,6 +338,11 @@ public partial class CS2_SimpleAdmin
}
}
if (SilentPlayers.Contains((int)player.Index))
{
SilentPlayers.Remove((int)player.Index);
}
if (GodPlayers.Contains((int)player.Index))
{
GodPlayers.Remove((int)player.Index);