mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 23:13:22 +00:00
Change on symbol to checkmark
This commit is contained in:
parent
2f87a4e7ad
commit
5f0cd86e53
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -465,7 +465,7 @@ void ShowSelectFlagMenu(int activator, int victimUserID, int modifiers, Troll tr
|
|||
troll.flagNames.GetString(i, name, sizeof(name));
|
||||
// If flag is enabled, show indication (On)
|
||||
if(prevFlags > 0 && prevFlags & a)
|
||||
Format(name, sizeof(name), "%s (On)", name);
|
||||
Format(name, sizeof(name), "%s ✓", name);
|
||||
int newFlags = prevFlags ^ a; //Toggle the flag instead of setting like below, as it's toggleable here
|
||||
Format(info, sizeof(info), "%d|%d|%d|%d|%d|0", victimUserID, troll.id, modifiers, newFlags, promptIndex);
|
||||
flagMenu.AddItem(info, name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue