Fix DevCommand.kt

This commit is contained in:
2026-06-12 12:15:07 +02:00
parent 6cbfc94e6d
commit 701964c2f2
+1 -2
View File
@@ -152,8 +152,7 @@ class DevCommand : CliktCommand("dev") {
) )
val additionalVersions = mapOf( val additionalVersions = mapOf(
"Tutorial" to 15, "Lobby" to 21
"Lobby" to 20
) )
fun findVersion(server: String): Int? = fun findVersion(server: String): Int? =