From 4f318590dcc7d7751b526fe810d14b07fc29b5a1 Mon Sep 17 00:00:00 2001 From: src_resources Date: Tue, 14 May 2024 22:19:43 +0800 Subject: [PATCH] fix: a typo in String --- src/main/kotlin/top/mcfpp/util/Utils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/top/mcfpp/util/Utils.kt b/src/main/kotlin/top/mcfpp/util/Utils.kt index 1da949cf..c3b9055e 100644 --- a/src/main/kotlin/top/mcfpp/util/Utils.kt +++ b/src/main/kotlin/top/mcfpp/util/Utils.kt @@ -56,7 +56,7 @@ object Utils { 6 } - "1.16.1", " 1.16", "1.15.2", "1.15.1", "1.15" -> { + "1.16.1", "1.16", "1.15.2", "1.15.1", "1.15" -> { 5 }