Difference between revisions of "dcOnDisconnect"

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page DcOnDisconnect to dcOnDisconnect: Converting page titles to lowercase)
Line 1: Line 1:
;dcOnDisconnect [<boolean flag>]
+
; dcOnDisconnect [<[[boolean]]>]
:If this option is set to '''1''', Kore will quit (not reconnect) when you get disconnected from the server.
+
: 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
 +
|-
 +
|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]]

Revision as of 22:02, 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
2 close the OpenKore console on receiving any error from the server