fixed reconnecting crashes
This commit is contained in:
@ -14,11 +14,11 @@
|
||||
"notConnectedQueueEnd": true // restart the queue if you are not connect at the end of it
|
||||
},
|
||||
"minecraftserver": { // the server you want to connect. Make not much sense to change it, was just added for development purpose
|
||||
"hostname": "2b2t.org",
|
||||
"hostname": "localhost",
|
||||
"port": 25565,
|
||||
"renderDistance": 8,
|
||||
"version": "1.12.2",
|
||||
"onlinemode": true, // chunk caching does not work correctly if set to false
|
||||
"onlinemode": false, // chunk caching does not work correctly if set to false
|
||||
"username": "lol" // the username to use if onlinemode is false
|
||||
},
|
||||
"notification": { // sends a message via discord if the place in the queue reaches the specified number
|
||||
|
||||
Reference in New Issue
Block a user