From 0c802295c3d78c616684efb82cb645ce678bbe01 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Thu, 28 Apr 2022 12:34:01 -0700 Subject: [PATCH] base_player: MakeTempSpectator() will now null think and nextthink. --- src/shared/player.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/player.qc b/src/shared/player.qc index f91f4336..7f56216e 100644 --- a/src/shared/player.qc +++ b/src/shared/player.qc @@ -540,6 +540,8 @@ base_player::MakeTempSpectator(void) activeweapon = 0; effects = 0; alpha = 0.0f; + think = __NULL__; + nextthink = 0.0f; } /*