From: terencehill Date: Tue, 24 Sep 2024 11:11:00 +0000 (+0200) Subject: Restore an empty line X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=52b4a12410da00da9c00190a906023f4b9fec606;p=xonotic%2Fxonotic-data.pk3dir.git Restore an empty line --- diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 5de427a78..be6a08c8f 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -2442,6 +2442,7 @@ void ObserverOrSpectatorThink(entity this) int r = MinigameImpulse(this, CS(this).impulse); if (!is_spec || r) CS(this).impulse = 0; + if (is_spec && CS(this).impulse == IMP_weapon_drop.impulse) { STAT(CAMERA_SPECTATOR, this) = (STAT(CAMERA_SPECTATOR, this) + 1) % 3;