mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
1.6.5a
- Possibility to force menu type by config - Possibility to reload admins by css command `css_admins_reload`
This commit is contained in:
parent
b38b9a0751
commit
82b82722a6
8 changed files with 45 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ public partial class CS2_SimpleAdmin
|
|||
{
|
||||
using (new WithTemporaryCulture(player.GetLanguage()))
|
||||
{
|
||||
IMenu? voteMenu = MenuApi?.NewMenu(_localizer["sa_admin_vote_menu_title", question]);
|
||||
IMenu? voteMenu = Helper.CreateMenu(_localizer["sa_admin_vote_menu_title", question]);
|
||||
if (voteMenu == null)
|
||||
return;
|
||||
//ChatMenu voteMenu = new(_localizer!["sa_admin_vote_menu_title", question]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue