mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-20 11:08:22 +00:00
1.7.5a
- 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:
@@ -186,7 +186,7 @@ public partial class CS2_SimpleAdmin
|
||||
|
||||
foreach (var player in PlayersInfo.Values)
|
||||
{
|
||||
player.DiePosition = default;
|
||||
player.DiePosition = null;
|
||||
}
|
||||
|
||||
AddTimer(0.41f, () =>
|
||||
|
||||
Reference in New Issue
Block a user