Skip to content

Commit

Permalink
Clear comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie committed Nov 20, 2022
1 parent b723558 commit 89654b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/nmrih-guaranteedspawn/admin-tools.sp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void DisplayGiveSpawnMenu(int client)
menu.SetTitle(buffer);
menu.ExitBackButton = true;

AddTargetsToMenu(menu, client, true, false); //FIXME
AddTargetsToMenu(menu, client, true, false);

if (menu.ItemCount <= 0)
{
Expand Down

0 comments on commit 89654b9

Please sign in to comment.