From 073c55314fd11a1c68a94c33ff02682e5a9bfe5f Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Sun, 16 Dec 2018 15:00:01 -0500 Subject: [PATCH] various tweaks --- milo/apis/storage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milo/apis/storage.lua b/milo/apis/storage.lua index 15e8cbc..ae99bb0 100644 --- a/milo/apis/storage.lua +++ b/milo/apis/storage.lua @@ -62,7 +62,7 @@ function Storage:init() Util.merge(self, defaults) self.nodes = Config.load('storage', { }) - if not self.nodes then -- TODO: temporary + if Util.empty(self.nodes) then -- TODO: temporary loadOld(self) end