From a27418e59185dd546265d016856667deee74c2ee Mon Sep 17 00:00:00 2001 From: Gautam Anand Date: Sat, 13 Jan 2024 18:37:41 -0600 Subject: [PATCH] Fix --- server/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/config.js b/server/src/config.js index 8c4f4585..7ce2c5a5 100644 --- a/server/src/config.js +++ b/server/src/config.js @@ -15,7 +15,7 @@ module.exports = { player: { speed: 700, radius: 100, - maxHealth: 100, + maxHealth: 120, regeneration: 2, viewport: { width: 1500,