batch remove trailing spaces and convert windows \r\n line endings to linux \n
i don't want to have to do this again, fix your shitty code editors @commiters !!!
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
#if defined _TeamManager_include
|
||||
#endinput
|
||||
#endif
|
||||
#define _TeamManager_include
|
||||
|
||||
/**
|
||||
* Called when warmup ends
|
||||
*
|
||||
* @return None
|
||||
*/
|
||||
forward void TeamManager_WarmupEnd();
|
||||
|
||||
/**
|
||||
* Returns the status of warmup
|
||||
*
|
||||
* @return bool inwarmup
|
||||
*/
|
||||
native bool TeamManager_InWarmup();
|
||||
|
||||
public SharedPlugin __pl_TeamManager =
|
||||
{
|
||||
name = "TeamManager",
|
||||
file = "TeamManager.smx",
|
||||
#if defined REQUIRE_PLUGIN
|
||||
required = 1
|
||||
#else
|
||||
required = 0
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_PLUGIN
|
||||
public void __pl_TeamManager_SetNTVOptional()
|
||||
{
|
||||
MarkNativeAsOptional("TeamManager_InWarmup");
|
||||
}
|
||||
#endif
|
||||
#if defined _TeamManager_include
|
||||
#endinput
|
||||
#endif
|
||||
#define _TeamManager_include
|
||||
|
||||
/**
|
||||
* Called when warmup ends
|
||||
*
|
||||
* @return None
|
||||
*/
|
||||
forward void TeamManager_WarmupEnd();
|
||||
|
||||
/**
|
||||
* Returns the status of warmup
|
||||
*
|
||||
* @return bool inwarmup
|
||||
*/
|
||||
native bool TeamManager_InWarmup();
|
||||
|
||||
public SharedPlugin __pl_TeamManager =
|
||||
{
|
||||
name = "TeamManager",
|
||||
file = "TeamManager.smx",
|
||||
#if defined REQUIRE_PLUGIN
|
||||
required = 1
|
||||
#else
|
||||
required = 0
|
||||
#endif
|
||||
};
|
||||
|
||||
#if !defined REQUIRE_PLUGIN
|
||||
public void __pl_TeamManager_SetNTVOptional()
|
||||
{
|
||||
MarkNativeAsOptional("TeamManager_InWarmup");
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user