Merge pull request #381 from mrsteyk/patch-2

wow ben is lazy 😂
This commit is contained in:
BenCat07 2018-04-15 16:10:34 +02:00 committed by GitHub
commit a751866c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1030,7 +1030,7 @@ void LevelInit_hook(void *_this, const char *newmap)
#else
succ = LoadNamedSkys(skynum[(int) skybox_changer]);
#endif
logging::Info("Loaded Skybox: %s" succ ? "true" : "false");
logging::Info("Loaded Skybox: %s", succ ? "true" : "false");
ConVar *holiday = g_ICvar->FindVar("tf_forced_holiday");
if (halloween_mode)
holiday->SetValue(2);