Difference between revisions of "dcOnDisconnect"

From OpenKore Wiki
Jump to navigation Jump to search
m
 
(4 intermediate revisions by 4 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]]
 
[[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