]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/netradiant-src/plugins/mapq3/plugin.cpp
Update netRadiant source
[voretournament/voretournament.git] / misc / source / netradiant-src / plugins / mapq3 / plugin.cpp
index fdb68a2e979610a3d59856d026a8681be0472110..b5f26afdba2177121fd0d9e82ca2e65c1514c53e 100644 (file)
@@ -305,7 +305,7 @@ public:
           tokeniser.ungetToken(); // (
           return GlobalBrushModule::getTable().createBrush();
         }
-       else if(!detectedFormat && string_equal(primitive, "("))
+       else if(!detectedFormat && string_equal(primitive, "brushDef"))
        {
          detectedFormat = true;
          wrongFormat = true;