From f9c49c88b46af642ce2e4f35087420ad431bc6b7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 10 Mar 2012 19:57:11 +0100 Subject: [PATCH] fix warning spam possibly on player disconnect --- qcsrc/client/csqcmodel_hooks.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/csqcmodel_hooks.qc b/qcsrc/client/csqcmodel_hooks.qc index c2908766b..f01a2c050 100644 --- a/qcsrc/client/csqcmodel_hooks.qc +++ b/qcsrc/client/csqcmodel_hooks.qc @@ -287,6 +287,7 @@ void CSQCModel_AutoTagIndex_Apply(void) } // recursive predraw call to fix issues with forcemodels and LOD if bone indexes mismatch + if(self.tag_entity) { entity oldself = self; self = self.tag_entity; -- 2.39.2