From 699ee2f9a42792eaed823079f30be9b0cba1c2ba Mon Sep 17 00:00:00 2001 From: Atlaskor Date: Thu, 13 Nov 2025 16:22:49 +0000 Subject: [PATCH] Update server/src/index.js --- server/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/index.js b/server/src/index.js index febd97d..06d5968 100644 --- a/server/src/index.js +++ b/server/src/index.js @@ -16,8 +16,8 @@ app.use(express.json()); app.use(cookieParser()); const WORLD = { - width: 4000, - height: 3000, + width: 400000, + height: 300000, gatherRange: 40 };