Merge pull request #61 from ruchern/master

Updated version details in cfg.js.example
This commit is contained in:
Felix Maier 2016-08-23 20:09:10 +02:00 committed by GitHub
commit fe0566a2d8
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ scripts/
logs/
data/
cfg.js
npm-debug.log

View File

@ -10,7 +10,7 @@ export default {
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 +46,4 @@ export default {
MAX_POKEMON_NATIONAL_ID: 151,
DUMP_ASSET_PATH: "data/"
}
}