Last merge conflicts
This commit is contained in:
parent
40ad4b995c
commit
a85e5c69ee
2 changed files with 343 additions and 290 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -95,9 +95,9 @@ namespace CS2_SimpleAdmin.Menus
|
||||||
MenuManager.OpenCenterHtmlMenu(CS2_SimpleAdmin.Instance, admin, menu);
|
MenuManager.OpenCenterHtmlMenu(CS2_SimpleAdmin.Instance, admin, menu);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void ApplySlapAndKeepMenu(CCSPlayerController admin, CCSPlayerController player, int i)
|
private static void ApplySlapAndKeepMenu(CCSPlayerController admin, CCSPlayerController player, int damage)
|
||||||
{
|
{
|
||||||
CS2_SimpleAdmin.Instance.Slap(admin, player, i);
|
CS2_SimpleAdmin.Instance.Slap(admin, player, damage);
|
||||||
SlapMenu(admin, player);
|
SlapMenu(admin, player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue