From 02d79aed829e5631d41e26c019ce9381fef73046 Mon Sep 17 00:00:00 2001 From: Henry Sanger Date: Sun, 7 Jul 2024 14:02:25 -0400 Subject: [PATCH] fix: config --- server/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/config.ts b/server/src/config.ts index b43d31467..fc9280ab3 100644 --- a/server/src/config.ts +++ b/server/src/config.ts @@ -20,7 +20,7 @@ export const Config = { host: "127.0.0.1", port: 8000, - mapName: "debug", + mapName: "main", tps: 40,