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