From c519ae54fa511d3f390f7519c2bdf1bcfcb74dad Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sat, 1 Jun 2019 18:28:56 +1000 Subject: [PATCH] clean up help.pwn --- gamemodes/irresistible/cnr/commands/cmd_help.pwn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gamemodes/irresistible/cnr/commands/cmd_help.pwn b/gamemodes/irresistible/cnr/commands/cmd_help.pwn index 985f183..490df41 100644 --- a/gamemodes/irresistible/cnr/commands/cmd_help.pwn +++ b/gamemodes/irresistible/cnr/commands/cmd_help.pwn @@ -22,11 +22,6 @@ CMD:help( playerid, params[ ] ) { } CMD:features( playerid, params[ ] ) { - return DisplayFeatures( playerid ); -} - -stock DisplayFeatures( playerid ) -{ SetPVarInt( playerid, "help_category", 1 ); mysql_function_query( dbHandle, "SELECT `SUBJECT`,`ID`,`CATEGORY` FROM `HELP` WHERE `CATEGORY`=1 ORDER BY `SUBJECT` ASC", true, "OnFetchCategoryResponse", "dd", playerid, 1 ); return 1;