Skip to content

Commit 9db2441

Browse files
committed
Copy paste moment
1 parent bd86a51 commit 9db2441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multiaddonmanager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ float g_flRejoinTimeout = 10.f;
708708
FAKE_FLOAT_CVAR(mm_extra_addons_timeout, "How long until clients are timed out in between connects for extra addons, requires mm_extra_addons to be used", g_flRejoinTimeout, 10.f, false);
709709

710710
bool g_bCacheClients = false;
711-
FAKE_FLOAT_CVAR(mm_cache_clients_with_addons, "Whether to cache clients who downloaded all addons, this will prevent reconnects on mapchange/rejoin", g_flRejoinTimeout, false, false);
711+
FAKE_BOOL_CVAR(mm_cache_clients_with_addons, "Whether to cache clients who downloaded all addons, this will prevent reconnects on mapchange/rejoin", g_bCacheClients, false, false);
712712

713713
bool MultiAddonManager::Hook_ClientConnect( CPlayerSlot slot, const char *pszName, uint64 xuid, const char *pszNetworkID, bool unk1, CBufferString *pRejectReason )
714714
{

0 commit comments

Comments
 (0)