fixed reconnecting crashes

This commit is contained in:
MrGeorgen
2020-06-28 13:03:51 +02:00
parent 85ca175099
commit e3fef4f097
3 changed files with 10 additions and 10 deletions

View File

@ -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