]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.qc
Cleanse the last of the server side mutator hooks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.qc
index ce0a9023d494e2cf14367532c5305f9ec4d7af37..fa3f65193ae5725bc0e4a87806433875344a23f3 100644 (file)
@@ -6,7 +6,7 @@ string M_Model(string m_mdl)
        string output = strcat("models/monsters/", m_mdl);
 #ifdef SVQC
        MUTATOR_CALLHOOK(MonsterModel, m_mdl, output);
-       return monster_model_output;
+       return M_ARGV(1, string);
 #else
        return output;
 #endif