mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 22:05:35 +02:00
removed emojis to make it less chatgpt-like
This commit is contained in:
parent
e6529c17de
commit
1108c2eb63
1 changed files with 3 additions and 3 deletions
|
@ -54,12 +54,12 @@ if (process.env.SETTINGS_PATH) {
|
||||||
const raw = fs.readFileSync(cfgPath, 'utf-8');
|
const raw = fs.readFileSync(cfgPath, 'utf-8');
|
||||||
const overrides = JSON.parse(raw);
|
const overrides = JSON.parse(raw);
|
||||||
Object.assign(settings, overrides);
|
Object.assign(settings, overrides);
|
||||||
console.log(`⚡️ Loaded overrides from ${cfgPath}`);
|
console.log(`Loaded overrides from ${cfgPath}`);
|
||||||
} else {
|
} else {
|
||||||
console.warn(`⚠️ SETTINGS_PATH file not found: ${cfgPath}`);
|
console.warn(`SETTINGS_PATH file not found: ${cfgPath}`);
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error("🔴 Failed to load SETTINGS_PATH overrides:", err);
|
console.error("Failed to load SETTINGS_PATH overrides:", err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (process.env.MINECRAFT_PORT) {
|
if (process.env.MINECRAFT_PORT) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue