mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
actorblock only renders when F3 is on
This commit is contained in:
@@ -7,7 +7,7 @@ import kotlin.io.path.Path
|
||||
/**
|
||||
* Created by minjaesong on 2016-03-07.
|
||||
*/
|
||||
internal object Batch : ConsoleCommand {
|
||||
internal object Call : ConsoleCommand {
|
||||
@Throws(Exception::class)
|
||||
override fun execute(args: Array<String>) {
|
||||
if (args.size == 2) {
|
||||
@@ -15,7 +15,7 @@ object CommandDict {
|
||||
"ActorsList",
|
||||
"Authenticator",
|
||||
"AVTracker",
|
||||
"Batch",
|
||||
"Call",
|
||||
"Echo",
|
||||
"EchoConsole",
|
||||
"EchoError",
|
||||
|
||||
Reference in New Issue
Block a user