From 217e15fecb099431e8379afe852fc466843f91e0 Mon Sep 17 00:00:00 2001 From: drjaska Date: Thu, 25 Jan 2024 15:24:42 +0200 Subject: [PATCH] cl_hook_intermission to cl_hook_gameintermission --- gamemodes-client.cfg | 2 +- qcsrc/client/view.qc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes-client.cfg b/gamemodes-client.cfg index a1979e511..c9cbc1767 100644 --- a/gamemodes-client.cfg +++ b/gamemodes-client.cfg @@ -36,7 +36,7 @@ alias cl_hook_gamestart_mayhem alias cl_hook_gamestart_tmayhem alias cl_hook_gamestart_tka alias cl_hook_gamestart_surv -alias cl_hook_intermission +alias cl_hook_gameintermission alias cl_hook_gameend alias cl_hook_shutdown alias cl_hook_activeweapon diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 16d78368c..3b2f4cf51 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -1667,7 +1667,7 @@ void CSQC_UpdateView(entity this, float w, float h) //cvar_set("cl_matchcount", itos(gamecount + 1)); calledhooks |= HOOK_END; - localcmd("\ncl_hook_intermission\n"); + localcmd("\ncl_hook_gameintermission\n"); calledhooks |= HOOK_INTERMISSION; } else -- 2.39.2