mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
fix: exit on failure instead of prompting
This commit is contained in:
parent
419c140dc4
commit
25bbe35718
4 changed files with 250 additions and 49 deletions
|
|
@ -685,7 +685,7 @@ Coordinate = { x = 145, y = 64, z = 2045 }
|
|||
|
||||
- **Description:**
|
||||
|
||||
This setting allows you to define if your want to disable pauses on error, for using MCC in non-interactive scripts
|
||||
Exit immediately with a nonzero status when a connection or login failure occurs. This bypasses MCC reconnect handling, including AutoRelog, so an external supervisor can restart MCC.
|
||||
|
||||
- **Type:** `boolean`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue