Skip to content

Commit 967ecbf

Browse files
committed
Should have done everything the comments said! (hopefully!)
1 parent 999ff7b commit 967ecbf

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/github/subat0m1c/hatecheaters/utils

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/subat0m1c/hatecheaters/utils/OdinCheck.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ object OdinCheck {
117117

118118
/**
119119
* @return -1 if version1 is older, 1 if version1 is newer, 0 if they're the same.
120-
*
120+
* UPDATE: it now generally compares versions between the 2 args, might be good idk
121121
* I think this code is bad but i cant be bothered fixing it. also can return lower than -1.
122122
*/
123123
fun compareVersions(version1: String, version2: String): Int {

0 commit comments

Comments
 (0)