From e37cf1cc95fba515c41d326306bc27de13ce981c Mon Sep 17 00:00:00 2001 From: yoyosource Date: Mon, 3 May 2021 19:53:00 +0200 Subject: [PATCH] Add Updater --- .../src/de/steamwar/bausystem/region/loader/Updater.java | 1 + 1 file changed, 1 insertion(+) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/loader/Updater.java b/BauSystem_Main/src/de/steamwar/bausystem/region/loader/Updater.java index b5f23845..ea628849 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/region/loader/Updater.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/loader/Updater.java @@ -27,6 +27,7 @@ import java.util.logging.Level; public class Updater { + // TODO: Fix config structure updates private long lastUpdate; public Updater(File file, Runnable updaterCode) {