From 9a8589769c69f6e1e4a35f1afe9b51d26f0c9942 Mon Sep 17 00:00:00 2001 From: crawforc3 Date: Wed, 28 Sep 2022 09:23:00 -0700 Subject: [PATCH] remove gameVersion --- Necesse/worldSettings.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Necesse/worldSettings.cfg b/Necesse/worldSettings.cfg index 31bddcc..0c1a058 100644 --- a/Necesse/worldSettings.cfg +++ b/Necesse/worldSettings.cfg @@ -9,6 +9,5 @@ WORLDSETTINGS = { unloadSettlements = false, maxSettlementsPerPlayer = -1, dayTimeMod = 1.0, // Day time modifier (The higher, the longer day will last, max 10) - nightTimeMod = 1.0, // Night time modifier (The higher, the longer night will last, max 10) - gameVersion = 0.21.25 + nightTimeMod = 1.0, // Night time modifier (The higher, the longer night will last, max 10) } \ No newline at end of file