mce: count connecting clients for player limits
This commit is contained in:
parent
d57f472429
commit
71c4d3d7b9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user