remove pointless chams init

This commit is contained in:
TotallyNotElite 2019-04-17 20:35:36 +02:00
parent e381be7d71
commit 6b7a0c5b9e

View File

@ -44,7 +44,6 @@ DEFINE_HOOKED_METHOD(LevelInit, void, void *this_, const char *name)
logging::Info("Loaded Skybox: %s", succ ? "true" : "false");
}
ConVar *holiday = g_ICvar->FindVar("tf_forced_holiday");
effect_chams::g_EffectChams.Init();
if (halloween_mode)
holiday->SetValue(2);
else if (holiday->m_nValue == 2)