- Changed api domain
- Changed link to wiki
- Added command `css_rresize` to resize player model
- Fixed saving IP addresses, from now they will not be saved if the check option in config is disabled
This commit is contained in:
Dawid Bepierszcz
2025-03-09 01:01:45 +01:00
parent 5d62c743dd
commit 888d6b0152
21 changed files with 97 additions and 39 deletions

View File

@@ -186,7 +186,7 @@ public partial class CS2_SimpleAdmin
foreach (var player in PlayersInfo.Values)
{
player.DiePosition = default;
player.DiePosition = null;
}
AddTimer(0.41f, () =>