Naming a major position 'suite'... Not one of my finest moments

This commit is contained in:
Jordan Brown
2020-04-28 00:14:13 -04:00
parent ae49d497f7
commit 89b86e1a00
+1 -1
View File
@@ -25,4 +25,4 @@
if(!istype(other_version))
return FALSE
return major == other_version.major && minor == other_version.minor && patch == other_version.patch && deprecated_patch != other_version.deprecated_patch
return suite == other_version.suite && minor == other_version.minor && patch == other_version.patch && deprecated_patch != other_version.deprecated_patch