forked from UNLOZE/sm-plugins
multiple syntax updates to adjust for 1.11.0.6946 SM build
This commit is contained in:
@@ -667,6 +667,7 @@ public Action Command_SetNextmap(int client, int args)
|
||||
public Action Command_ReloadMaps(int client, int args)
|
||||
{
|
||||
InitializeOfficialMapList();
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public Action Command_hours_average(int client, int args)
|
||||
@@ -731,6 +732,7 @@ public Action Timer_StartWarningTimer(Handle timer)
|
||||
|
||||
if(!g_WarningInProgress || g_WarningTimer == INVALID_HANDLE)
|
||||
SetupWarningTimer(WarningType_Vote);
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public Action Timer_StartMapVote(Handle timer, Handle data)
|
||||
|
||||
Reference in New Issue
Block a user