From db26ffe8e878171bb388fbc76a691493d93ce548 Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 24 Aug 2016 19:16:35 +0200 Subject: [PATCH] Update cfg --- cfg.js.example | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cfg.js.example b/cfg.js.example index 9c2e21d..aa5e5ee 100644 --- a/cfg.js.example +++ b/cfg.js.example @@ -7,10 +7,13 @@ export default { // Server settings MAX_CONNECTIONS: 64, PORT: 3000, + // If using vmware, vps or multiple network adapters, set the related ip here + // otherwise leave it blank + LOCAL_IP: "", GAME_MODE: 0, SAVE_INTERVAL: 6e4, PLAYER_CONNECTION_TIMEOUT: 1e3 * 60 * 30, - MINIMUM_CLIENT_VERSION: "0.33.0", + MINIMUM_CLIENT_VERSION: "0.35.0", DEFAULT_CONSOLE_COLOR: 32, TRANSFER_ACCOUNTS: false, @@ -46,4 +49,4 @@ export default { MAX_POKEMON_NATIONAL_ID: 151, DUMP_ASSET_PATH: "data/" -} +} \ No newline at end of file