Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit ad4c7ab

Browse files
committed
removed some checks
1 parent 7da46d7 commit ad4c7ab

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

mapmanager.sma

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#endif
66

77
#define PLUGIN "Map Manager"
8-
#define VERSION "2.5.58"
8+
#define VERSION "2.5.59"
99
#define AUTHOR "Mistrick"
1010

1111
#pragma semicolon 1
@@ -15,7 +15,7 @@
1515
#define FUNCTION_NEXTMAP //replace default nextmap
1616
#define FUNCTION_RTV
1717
#define FUNCTION_NOMINATION
18-
#define FUNCTION_NIGHTMODE
18+
//#define FUNCTION_NIGHTMODE
1919
#define FUNCTION_NIGHTMODE_BLOCK_CMDS
2020
#define FUNCTION_BLOCK_MAPS
2121
#define FUNCTION_SOUND
@@ -1154,11 +1154,6 @@ public DelayedChange()
11541154
#endif
11551155
public Event_NewRound()
11561156
{
1157-
if(g_bVoteStarted || g_bVoteFinished)
1158-
{
1159-
return;
1160-
}
1161-
11621157
new iMaxRounds = get_pcvar_num(g_pCvars[MAXROUNDS]);
11631158
if(!g_bVoteFinished && iMaxRounds && (g_iTeamScore[0] + g_iTeamScore[1]) >= iMaxRounds - 2)
11641159
{

0 commit comments

Comments
 (0)