diff --git a/configs/cfg/sourcemod.cfg b/configs/cfg/sourcemod.cfg index 9c5f592a..591f8ed2 100644 --- a/configs/cfg/sourcemod.cfg +++ b/configs/cfg/sourcemod.cfg @@ -19,6 +19,13 @@ sm_show_activity 13 // Default: 1 sm_menu_sounds 1 +// Specifies how long of a delay, in seconds, should be used in between votes +// that are "public" or can be spammed. Whether or not this delay is obeyed +// is dependent on the menu/command. +// -- +// Default: 30 +sm_vote_delay 30 + // Specifies the amount of time that is allowed between chat messages. This // includes the say and say_team commands. If a client sends a message faster // than this time, they receive a flood token. When the client has accumulated diff --git a/public/IMenuManager.h b/public/IMenuManager.h index ce12fa0e..ee21489c 100644 --- a/public/IMenuManager.h +++ b/public/IMenuManager.h @@ -37,7 +37,7 @@ #include #define SMINTERFACE_MENUMANAGER_NAME "IMenuManager" -#define SMINTERFACE_MENUMANAGER_VERSION 9 +#define SMINTERFACE_MENUMANAGER_VERSION 10 /** * @file IMenuManager.h