diff --git a/backend/src/default-options.ts b/backend/src/default-options.ts index 465a036..975cc84 100644 --- a/backend/src/default-options.ts +++ b/backend/src/default-options.ts @@ -2,9 +2,9 @@ import { Options } from './options'; export const defaultOptions: Options = { port: 3000, - name: 'Localhost', + name: 'Test server', playerLimit: 16, seed: Math.random(), scoreLimit: 500, - worldSize: 10000, + worldSize: 15000, };