From ee0338385a92094f0bcdf32456772a621c94f102 Mon Sep 17 00:00:00 2001 From: Alexander German Date: Sun, 15 Apr 2018 19:03:38 +0500 Subject: [PATCH] wow ben is lazy :joy: --- src/hooks/others.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/others.cpp b/src/hooks/others.cpp index 46816dc7..6da0aa40 100644 --- a/src/hooks/others.cpp +++ b/src/hooks/others.cpp @@ -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);