]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
player_powerups isn't called when game_stopped is active, manually unset the flag...
authorMario <mario@smbclan.net>
Mon, 27 Feb 2017 08:50:38 +0000 (18:50 +1000)
committerMario <mario@smbclan.net>
Mon, 27 Feb 2017 08:50:38 +0000 (18:50 +1000)
qcsrc/server/client.qc

index 3ecac48855e7b0c8a274809c79298758b981dc35..7f64c878bc7a5ebe104b1c484b8e20e293520142 100644 (file)
@@ -2334,6 +2334,7 @@ void PlayerPreThink (entity this)
                CheckRules_Player(this);
 
                if (game_stopped || intermission_running) {
+                       this.modelflags &= ~MF_ROCKET;
                        if(intermission_running)
                                IntermissionThink(this);
                        return;