From 019141a52644eac6f6665fc67f3f5dbc5f23aeff Mon Sep 17 00:00:00 2001 From: ShadowsAdi <54354938+ShadowsAdi@users.noreply.github.com> Date: Fri, 4 Mar 2022 20:26:16 +0200 Subject: [PATCH] Update pr_cmds.cpp --- rehlds/engine/pr_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehlds/engine/pr_cmds.cpp b/rehlds/engine/pr_cmds.cpp index 7b2bd54dd..4544645e0 100644 --- a/rehlds/engine/pr_cmds.cpp +++ b/rehlds/engine/pr_cmds.cpp @@ -1389,7 +1389,7 @@ int EXT_FUNC PF_precache_model_I(const char *s) int EXT_FUNC PF_precache_model_I_internal(const char *s) { int iOptional = 0; - Con_Printf("Model: %s", char); + Con_Printf("Model: %s", s); if (!s) Host_Error("%s: NULL pointer", __func__);