From 35f8c5f882e39f8a3a76e88cf11b70bc8aaa3b77 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sun, 22 Sep 2024 13:23:31 +0200 Subject: [PATCH] Suggestion for future me --- src/main/java/eu/m724/realweather/GlobalConstants.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/eu/m724/realweather/GlobalConstants.java b/src/main/java/eu/m724/realweather/GlobalConstants.java index 14ad670..13d9d42 100644 --- a/src/main/java/eu/m724/realweather/GlobalConstants.java +++ b/src/main/java/eu/m724/realweather/GlobalConstants.java @@ -11,6 +11,7 @@ import eu.m724.realweather.updater.UpdaterConfig; import eu.m724.realweather.weather.PlayerWeatherDirectory; import eu.m724.realweather.weather.WeatherConfig; +// TODO perhaps replace with a singleton public class GlobalConstants { static WeatherConfig weatherConfig; static TimeConfig timeConfig;