]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Restore an empty line
authorterencehill <piuntn@gmail.com>
Tue, 24 Sep 2024 11:11:00 +0000 (13:11 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 24 Sep 2024 11:11:00 +0000 (13:11 +0200)
qcsrc/server/client.qc

index 5de427a78fed9465c8e538ec80f0d4ff1404314f..be6a08c8f4afe64326d7a9ccb596bb6d2486e771 100644 (file)
@@ -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;