Fix builtin command Login

This commit is contained in:
Him188 2020-08-20 13:51:59 +08:00
parent 657c2ac613
commit 2843f91d02

View File

@ -122,6 +122,7 @@ public object BuiltInCommands {
}
exitProcess(0)
}
}
public object Login : SimpleCommand(
ConsoleCommandOwner, "login",
@ -152,7 +153,6 @@ public object BuiltInCommands {
}
}
}
}
/*