We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261579f commit 1ee9aebCopy full SHA for 1ee9aeb
1 file changed
addons/amxmodx/scripting/map_manager_effects.sma
@@ -4,7 +4,7 @@
4
#include <map_manager>
5
6
#define PLUGIN "Map Manager: Effects"
7
-#define VERSION "0.0.6"
+#define VERSION "0.0.7"
8
#define AUTHOR "Mistrick"
9
10
#pragma semicolon 1
@@ -133,7 +133,7 @@ public mapm_prepare_votelist(type)
133
}
134
if(get_num(FREEZE_IN_VOTE)) {
135
if(get_num(FREEZE_IN_VOTE) == FREEZE_TIME_ENABLED
136
- && (type == VOTE_BY_SCHEDULER || type == VOTE_BY_RTV)
+ && (type == VOTE_BY_SCHEDULER || type == VOTE_BY_RTV || type == VOTE_BY_CMD)
137
&& get_num(VOTE_IN_NEW_ROUND)) {
138
// increase freezetime
139
g_bFreezetimeChanged = true;
0 commit comments