Skip to content

Commit

Permalink
void does not return
Browse files Browse the repository at this point in the history
  • Loading branch information
qawery-just-sad committed Sep 4, 2020
1 parent 1d70df3 commit b45bc45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addons/sourcemod/scripting/nominations.sp
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ void AttemptNominate(int client)
{
g_MapMenu.SetTitle("%T", "Nominate Title", client);
g_MapMenu.Display(client, MENU_TIME_FOREVER);

return;
}

void BuildMapMenu()
Expand Down Expand Up @@ -541,9 +539,7 @@ public void db_setupDatabase()
if (!StrEqual(szIdent, "mysql", false))
{
SetFailState("[Nominations] Invalid database type");
return;
}
return;
}

public void SelectMapList()
Expand Down

0 comments on commit b45bc45

Please sign in to comment.