From 000d5792e39f45eaf377e33027e4312a1673359d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Aug 2007 19:14:15 +0000 Subject: [PATCH] bumped the menu api version (oops) and added sm_vote_delay to sourcemod.cfg --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401298 --- configs/cfg/sourcemod.cfg | 7 +++++++ public/IMenuManager.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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