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:
parent
db83c8e2d9
commit
102fa64a77
@ -100,7 +100,7 @@ SetVisibleMaxSlots(clients, limit)
|
|||||||
{
|
{
|
||||||
new num = clients + 1;
|
new num = clients + 1;
|
||||||
|
|
||||||
if (clients == g_MaxClients || clients > limit)
|
if (clients == g_MaxClients)
|
||||||
{
|
{
|
||||||
num = g_MaxClients;
|
num = g_MaxClients;
|
||||||
} else if (clients < limit) {
|
} else if (clients < limit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user