# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is up to date with 'origin/main'. # # Changes to be committed: # modified: index.js #
This commit is contained in:
parent
02b3917d0c
commit
07e30a2a89
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -8,6 +8,7 @@ if (!fs.readdirSync('.').includes('settings.json')) {
|
|||
if (!fs.readdirSync('.').includes('secret.json')) {
|
||||
console.log("Secrets file is missing, using defaults.")
|
||||
fs.copyFileSync("secret_example.json", "secret.json")
|
||||
console.log("Please change the hashing keys in the secrets file.")
|
||||
}
|
||||
|
||||
const m = require('minecraft-protocol')
|
||||
|
|
Loading…
Reference in a new issue