Bug fix: minecraft tokens being read from correct file
This commit is contained in:
@ -86,7 +86,7 @@ function startQueuing() {
|
|||||||
if (config.minecraftserver.onlinemode) {
|
if (config.minecraftserver.onlinemode) {
|
||||||
options.username = secrets.username;
|
options.username = secrets.username;
|
||||||
options.password = secrets.password;
|
options.password = secrets.password;
|
||||||
options.tokensLocation = "../minecraft_token.json"
|
options.tokensLocation = "./minecraft_token.json"
|
||||||
options.tokensDebug = true;
|
options.tokensDebug = true;
|
||||||
tokens.use(options, function (_err, _opts) {
|
tokens.use(options, function (_err, _opts) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user