Tweak settings & fix bug

This commit is contained in:
schmelczerandras 2020-10-27 15:01:56 +01:00
parent 99d923c221
commit d746854307
5 changed files with 15 additions and 13 deletions

View file

@ -4,8 +4,8 @@ export const defaultOptions: Options = {
port: 3000,
name: 'Test server',
playerLimit: 16,
npcCount: 8,
seed: 0,
npcCount: 6,
seed: Math.random(),
scoreLimit: 500,
worldSize: 8000,
};