dcOnDisconnect: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
; dcOnDisconnect
; dcOnDisconnect [<[[boolean]]>]
: Enables auto quit when disconnected. Otherwise, auto reconnect after [[reconnect]] seconds.
: Specifies what to do when you get disconnected from the server.
 
{|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