final updates (i hope)
This commit is contained in:
parent
aabe297d25
commit
53c2970234
@ -6,7 +6,7 @@
|
|||||||
#pragma semicolon 1
|
#pragma semicolon 1
|
||||||
#pragma newdecls required
|
#pragma newdecls required
|
||||||
|
|
||||||
#define PLUGIN_VERSION "0.1"
|
#define PLUGIN_VERSION "1.0"
|
||||||
|
|
||||||
ConVar g_cvarConfigName;
|
ConVar g_cvarConfigName;
|
||||||
bool g_bConfigLoaded = false;
|
bool g_bConfigLoaded = false;
|
||||||
@ -97,6 +97,7 @@ Action BlockStart(Event event, const char[] name, bool dontBroadcast)
|
|||||||
{
|
{
|
||||||
if (g_bConfigLoaded)
|
if (g_bConfigLoaded)
|
||||||
{
|
{
|
||||||
|
KillTimer(g_reminder_timer);
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
}
|
}
|
||||||
ServerCommand("mp_tournament_restart");
|
ServerCommand("mp_tournament_restart");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user