Fix issues
This commit is contained in:
parent
57d7009342
commit
42e4de28b5
15 changed files with 175 additions and 145 deletions
|
|
@ -4,8 +4,8 @@ export const defaultOptions: Options = {
|
|||
port: 3000,
|
||||
name: 'Test server',
|
||||
playerLimit: 16,
|
||||
npcCount: 16,
|
||||
npcCount: 12,
|
||||
seed: Math.random(),
|
||||
scoreLimit: 500,
|
||||
scoreLimit: 1000,
|
||||
worldSize: 8000,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue