forked from SteamWar/SteamWar
Fix DevCommand.kt
This commit is contained in:
@@ -152,8 +152,7 @@ class DevCommand : CliktCommand("dev") {
|
||||
)
|
||||
|
||||
val additionalVersions = mapOf(
|
||||
"Tutorial" to 15,
|
||||
"Lobby" to 20
|
||||
"Lobby" to 21
|
||||
)
|
||||
|
||||
fun findVersion(server: String): Int? =
|
||||
|
||||
Reference in New Issue
Block a user