From bb87127d92d28a5602b2816b34a26641582aa00f Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Thu, 5 Sep 2019 12:47:17 -0700 Subject: [PATCH] Update PlayerManager.cpp --- core/PlayerManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PlayerManager.cpp b/core/PlayerManager.cpp index 8d2c64a3..5bae1665 100644 --- a/core/PlayerManager.cpp +++ b/core/PlayerManager.cpp @@ -97,7 +97,7 @@ SH_DECL_HOOK2_void(IVEngineServer, ClientPrintf, SH_NOATTRIB, 0, edict_t *, cons static void PrintfBuffer_FrameAction(void *data) { - g_Players.OnPrintfFrameAction(reintrepret_cast(data)); + g_Players.OnPrintfFrameAction(reinterpret_cast(data)); } ConCommand *maxplayersCmd = NULL;