From 7a3ee170939bb4917a21c25aa0c40bbe1e2ba748 Mon Sep 17 00:00:00 2001 From: Freeman-AM Date: Fri, 30 Jan 2015 22:57:31 +0100 Subject: [PATCH] Remove #pragma semicolon 1 It could disturb non initiated people who want to modify base plugins. --- plugins/plmenu.sma | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/plmenu.sma b/plugins/plmenu.sma index b49e78e5..33b029fe 100755 --- a/plugins/plmenu.sma +++ b/plugins/plmenu.sma @@ -19,8 +19,6 @@ #include #include -#pragma semicolon 1 - new g_menuPosition[MAX_PLAYERS]; new g_menuPlayers[MAX_PLAYERS][32]; new g_menuPlayersNum[MAX_PLAYERS];