]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/doom3group.cpp
fixed doom3 func_static creation bugs
[xonotic/netradiant.git] / plugins / entity / doom3group.cpp
index 4fbc0ccfb7b20c86162408f75b2132c0489d094a..c8a0b8cf1fe821bed251fec7d759fce339c6e573 100644 (file)
@@ -198,7 +198,7 @@ private:
 
   void updateIsModel()
   {
-    setIsModel(!string_empty(m_modelKey.c_str()) && !string_equal(m_modelKey.c_str(), m_name.c_str()));
+    setIsModel(!string_equal(m_modelKey.c_str(), m_name.c_str()));
   }
 
   void nameChanged(const char* value)