dcOnDisconnect: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; dcOnDisconnect [<value>] : Specifies what to do when disconnected. :; 0 or empty or missing :: Reconnect after reconnect seconds. :; 1 or any other value :: Quit. [[Cate…') |
No edit summary |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
; dcOnDisconnect [< | ; dcOnDisconnect [<[[boolean]]>] | ||
: Specifies what to do when disconnected. | : Specifies what to do when you get disconnected from the server. | ||
:; 0 or empty | {|border="1" cellpadding="2" cellspacing="1" | ||
|- style=background-color:#F9F9F9; | |||
!Value | |||
!Description | |||
|- | |||
|align=center| 0 or empty | |||
| to do nothing | |||
|- | |||
|align=center| 1 | |||
| close the OpenKore console when receiving errors from the server (excluding timeout errors) | |||
|- | |||
|align=center| 2 | |||
| close the OpenKore console on receiving any error from the server | |||
|} | |||
[[Category:config.txt]] | [[Category:config.txt]] | ||
[[Category:auto_disconnect]] | [[Category:auto_disconnect]] | ||
[[Category:connection]] |
Latest revision as of 22:10, 18 September 2021
- dcOnDisconnect [<boolean>]
- Specifies what to do when you get disconnected from the server.
Value | Description |
---|---|
0 or empty | to do nothing |
1 | close the OpenKore console when receiving errors from the server (excluding timeout errors) |
2 | close the OpenKore console on receiving any error from the server |