wow ben is lazy 😂

This commit is contained in:
Alexander German 2018-04-15 19:03:38 +05:00 committed by GitHub
parent c23a5bcf05
commit ee0338385a
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);