Moved pragams above includes in plugins. Not too sure why.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40995
This commit is contained in:
parent
f94d080183
commit
546c471e2c
@ -20,13 +20,11 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
|
||||
#include <sourcemod>
|
||||
#include <textparse>
|
||||
|
||||
/* We like semicolons */
|
||||
#pragma semicolon 1
|
||||
|
||||
#include <sourcemod>
|
||||
|
||||
public Plugin:myinfo =
|
||||
{
|
||||
name = "Admin File Reader",
|
||||
|
@ -19,11 +19,11 @@
|
||||
*
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#pragma semicolon 1
|
||||
|
||||
#include <sourcemod>
|
||||
|
||||
#pragma semicolon 1
|
||||
|
||||
public Plugin:myinfo =
|
||||
{
|
||||
name = "Anti-Flood",
|
||||
|
@ -20,10 +20,10 @@
|
||||
* Version: $Id$
|
||||
*/
|
||||
|
||||
#include <sourcemod>
|
||||
|
||||
#pragma semicolon 1
|
||||
|
||||
#include <sourcemod>
|
||||
|
||||
public Plugin:myinfo =
|
||||
{
|
||||
name = "Basic Commands",
|
||||
|
Loading…
Reference in New Issue
Block a user