thecannons / Insurgency-dy-sourcemod

Updated folder structure
31 stars 21 forks source link

fix GetRealClientCount() #15

Open xiaooloong opened 7 years ago

thecannons commented 7 years ago

From what I understand that condition is if > 18 then 18 else clients? Why 18? Some theaters people use less players right?

xiaooloong commented 7 years ago

GetRealClientCount() calculates all players in team including whomever has not picked up a squad, which will cause clients > 18 and use default condition in your switch (GetTeamSecCount())s