mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02: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:
parent
5d62c743dd
commit
888d6b0152
21 changed files with 97 additions and 39 deletions
|
|
@ -186,7 +186,7 @@ public partial class CS2_SimpleAdmin
|
|||
|
||||
foreach (var player in PlayersInfo.Values)
|
||||
{
|
||||
player.DiePosition = default;
|
||||
player.DiePosition = null;
|
||||
}
|
||||
|
||||
AddTimer(0.41f, () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue