mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
new gem on worldgen
This commit is contained in:
@@ -15,19 +15,20 @@ import java.util.regex.Pattern
|
||||
internal object CommandInterpreter {
|
||||
|
||||
private val commandsNoAuth = arrayOf(
|
||||
"auth",
|
||||
"qqq",
|
||||
"setlocale",
|
||||
"getlocale",
|
||||
"help",
|
||||
"version",
|
||||
"tips",
|
||||
"screenshot",
|
||||
"resize",
|
||||
"echo",
|
||||
"error",
|
||||
"seed",
|
||||
"quicksave"
|
||||
"auth",
|
||||
"qqq",
|
||||
"setlocale",
|
||||
"getlocale",
|
||||
"help",
|
||||
"version",
|
||||
"tips",
|
||||
"screenshot",
|
||||
"resize",
|
||||
"echo",
|
||||
"error",
|
||||
"seed",
|
||||
"quicksave",
|
||||
"uuid"
|
||||
)
|
||||
|
||||
internal fun execute(command: String) {
|
||||
|
||||
Reference in New Issue
Block a user