From 2f28e5061cbea3665b4874dd96f9cd2a588675c4 Mon Sep 17 00:00:00 2001 From: Rev Date: Sun, 30 May 2021 15:06:20 +0900 Subject: [PATCH] change loop to random because it makes more sense --- src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index 62e1450..5720637 100644 --- a/src/config.json +++ b/src/config.json @@ -5,9 +5,9 @@ "stormy", "custom" ], - "loop": true, + "random": true, "weather": "sunny", "overrides": { - "fog": 0.02 + "fog": 0.002 } } \ No newline at end of file