mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Remove #pragma semicolon 1
It could disturb non initiated people who want to modify base plugins.
This commit is contained in:
parent
cfc92ca3db
commit
7a3ee17093
@ -19,8 +19,6 @@
|
|||||||
#include <cstrike>
|
#include <cstrike>
|
||||||
#include <fakemeta>
|
#include <fakemeta>
|
||||||
|
|
||||||
#pragma semicolon 1
|
|
||||||
|
|
||||||
new g_menuPosition[MAX_PLAYERS];
|
new g_menuPosition[MAX_PLAYERS];
|
||||||
new g_menuPlayers[MAX_PLAYERS][32];
|
new g_menuPlayers[MAX_PLAYERS][32];
|
||||||
new g_menuPlayersNum[MAX_PLAYERS];
|
new g_menuPlayersNum[MAX_PLAYERS];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user