From caefae097a3a33950c4d74db22228b82ae6f7646 Mon Sep 17 00:00:00 2001 From: Hipposgrumm Date: Thu, 5 Dec 2024 22:38:52 -0700 Subject: [PATCH] Fix Zombie Alert Timing --- src/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appsettings.json b/src/appsettings.json index 3757cc9..d6f0a7b 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -29,7 +29,7 @@ "Spaceport": [ ["1", 20.0, 300, 300, 60, 0], ["2", 120.0, 1800, 3600, 60, 0] ], "Academy": [ ["1", 20.0, 300, 300, 60, 0] ], "ClubSSInt" : [ ["3", 20.0, 30, 240, 0, 16] ], - "JunkYardEMD": [ ["1", 20.0, 90, 300, 60, 0] ], + "JunkYardEMD": [ ["1", 20.0, 240, 300, 60, 0] ], }, "// RacingMaxPlayers": "maximum players allowed in Thunder Run Racing (no more than 6)",