don't fix what isn't broken I guess :\ (Fixed reserved slots once and for all...)

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401005
This commit is contained in:
Scott Ehlert 2007-06-22 04:35:27 +00:00
parent db83c8e2d9
commit 102fa64a77

View File

@ -100,7 +100,7 @@ SetVisibleMaxSlots(clients, limit)
{
new num = clients + 1;
if (clients == g_MaxClients || clients > limit)
if (clients == g_MaxClients)
{
num = g_MaxClients;
} else if (clients < limit) {