Skip to content

Commit 1ee9aeb

Browse files
committed
effects: allow change freetime for vote by cmd
1 parent 261579f commit 1ee9aeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addons/amxmodx/scripting/map_manager_effects.sma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <map_manager>
55

66
#define PLUGIN "Map Manager: Effects"
7-
#define VERSION "0.0.6"
7+
#define VERSION "0.0.7"
88
#define AUTHOR "Mistrick"
99

1010
#pragma semicolon 1
@@ -133,7 +133,7 @@ public mapm_prepare_votelist(type)
133133
}
134134
if(get_num(FREEZE_IN_VOTE)) {
135135
if(get_num(FREEZE_IN_VOTE) == FREEZE_TIME_ENABLED
136-
&& (type == VOTE_BY_SCHEDULER || type == VOTE_BY_RTV)
136+
&& (type == VOTE_BY_SCHEDULER || type == VOTE_BY_RTV || type == VOTE_BY_CMD)
137137
&& get_num(VOTE_IN_NEW_ROUND)) {
138138
// increase freezetime
139139
g_bFreezetimeChanged = true;

0 commit comments

Comments
 (0)