forked from UNLOZE/sm-plugins
mce: count connecting clients for player limits
This commit is contained in:
@@ -2630,7 +2630,7 @@ stock int InternalGetMapTimeRestriction(const char[] map)
|
||||
// >0 = More than MaxPlayers
|
||||
stock int InternalGetMapPlayerRestriction(const char[] map)
|
||||
{
|
||||
int NumPlayers = GetClientCount();
|
||||
int NumPlayers = GetClientCount(false);
|
||||
int MinPlayers = InternalGetMapMinPlayers(map);
|
||||
int MaxPlayers = InternalGetMapMaxPlayers(map);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user