From: Mario Date: Sat, 29 Aug 2015 11:59:37 +0000 (+1000) Subject: Remove a hack added for debugging X-Git-Tag: xonotic-v0.8.2~1997^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=479f947a96ca33dcab2a240e5ce0f618bea94a61;p=xonotic%2Fxonotic-data.pk3dir.git Remove a hack added for debugging --- diff --git a/qcsrc/client/csqcmodel_hooks.qc b/qcsrc/client/csqcmodel_hooks.qc index 92a61a7db..20bf6c0e8 100644 --- a/qcsrc/client/csqcmodel_hooks.qc +++ b/qcsrc/client/csqcmodel_hooks.qc @@ -639,11 +639,8 @@ void CSQCModel_Hook_PreDraw(bool isplayer) if(self.isplayermodel) // this checks if it's a player MODEL! { - if(isplayer) - { - CSQCPlayer_ModelAppearance_Apply(self.entnum == player_localnum + 1); - CSQCPlayer_LOD_Apply(); - } + CSQCPlayer_ModelAppearance_Apply(self.entnum == player_localnum + 1); + CSQCPlayer_LOD_Apply(); if(!isplayer) {