mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-03-06 23:27:24 +00:00
1.2.3a
- Fixed pern mute when entering the server - New command `css_strip` - Changed `css_team` command added `swap` as team, and `-k` argument to kill player
This commit is contained in:
@@ -38,7 +38,7 @@ public static class PlayerUtils
|
||||
controller.PlayerPawn.Value.MaxHealth = health;
|
||||
}
|
||||
|
||||
var weaponServices = controller.PlayerPawn.Value!.WeaponServices;
|
||||
CPlayer_WeaponServices? weaponServices = controller.PlayerPawn.Value!.WeaponServices;
|
||||
if (weaponServices == null) return;
|
||||
|
||||
controller.GiveNamedItem("weapon_healthshot");
|
||||
|
||||
Reference in New Issue
Block a user