actorblock only renders when F3 is on

This commit is contained in:
minjaesong
2022-07-19 22:14:40 +09:00
parent 78d249cb6e
commit 8b8fc0e93c
8 changed files with 90 additions and 87 deletions

View File

@@ -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) {

View File

@@ -15,7 +15,7 @@ object CommandDict {
"ActorsList",
"Authenticator",
"AVTracker",
"Batch",
"Call",
"Echo",
"EchoConsole",
"EchoError",