# 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:
7cc5c4f330d47060 2024-08-22 14:00:53 -04:00
parent 02b3917d0c
commit 07e30a2a89
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

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