Skip to content

Commit

Permalink
all models are named "" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Dec 19, 2023
1 parent db82f78 commit aee06e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/src/run/RunMindustry.kt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ open class RunMindustryExtension(
val proj: Project,
) {
companion object {
const val defaultModpackName = "Default"
const val defaultClientName = "Default"
const val defaultServerName = "Default"
const val defaultModpackName = ""
const val defaultClientName = ""
const val defaultServerName = ""
}

val clients = ArrayList<Client>()
Expand Down

0 comments on commit aee06e0

Please sign in to comment.