Explorar el Código

Revert "Add compatibility with minor version"

This reverts commit 6e7b13fcbeca9eca8457edb6bbc37dffe606f3a7.
nordsoft hace 2 años
padre
commit
0a6ea63b09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/modding/CModVersion.h

+ 1 - 1
lib/modding/CModVersion.h

@@ -31,7 +31,7 @@ struct DLL_LINKAGE CModVersion
 	static CModVersion fromString(std::string from);
 	std::string toString() const;
 
-	bool compatible(const CModVersion & other, bool checkMinor = true, bool checkPatch = false) const;
+	bool compatible(const CModVersion & other, bool checkMinor = false, bool checkPatch = false) const;
 	bool isNull() const;
 
 	template <typename Handler> void serialize(Handler &h, const int version)