File tree Expand file tree Collapse file tree
cstrike/addons/amxmodx/scripting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44#include < map_manager>
55
66# define PLUGIN " Map Manager: Effects"
7- # define VERSION " 0.1.2 "
7+ # define VERSION " 0.1.3 "
88# define AUTHOR " Mistrick"
99
1010#pragma semicolon 1
@@ -62,12 +62,10 @@ public plugin_precache()
6262}
6363public plugin_cfg ()
6464{
65- if (get_num (FREEZE_IN_VOTE)) {
66- g_pCvars[FREEZETIME] = get_cvar_pointer (" mp_freezetime" );
67- g_pCvars[VOTE_IN_NEW_ROUND] = get_cvar_pointer (" mapm_vote_in_new_round" );
68- g_pCvars[PREPARE_TIME] = get_cvar_pointer (" mapm_prepare_time" );
69- g_pCvars[VOTE_TIME] = get_cvar_pointer (" mapm_vote_time" );
70- }
65+ g_pCvars[FREEZETIME] = get_cvar_pointer (" mp_freezetime" );
66+ g_pCvars[VOTE_IN_NEW_ROUND] = get_cvar_pointer (" mapm_vote_in_new_round" );
67+ g_pCvars[PREPARE_TIME] = get_cvar_pointer (" mapm_prepare_time" );
68+ g_pCvars[VOTE_TIME] = get_cvar_pointer (" mapm_vote_time" );
7169}
7270public plugin_end ()
7371{
You can’t perform that action at this time.
0 commit comments