mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Naming a major position 'suite'... Not one of my finest moments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user