diff --git a/changelog.txt b/changelog.txt index cfe9407..cd536de 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,12 @@ --------------------------------------------------------------------------------------------------- +Version: 0.9.6 +Date: 12. 09. 2021 + Bugfixes: + - Fixed loading +--------------------------------------------------------------------------------------------------- Version: 0.9.5 Date: 12. 09. 2021 - Features: + Changes: - Changed event_handler_vSM.lua (not fully tested) --------------------------------------------------------------------------------------------------- Version: 0.9.4 diff --git a/info.json b/info.json index 867d6dc..4d47c7d 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "zk-lib", - "version": "0.9.5", + "version": "0.9.6", "factorio_version": "1.1", "title": "ZwerOxotnik's extendable mod with 9 addons [WIP]", "author": "ZwerOxotnik", diff --git a/settings.lua b/settings.lua index d8c93b3..5f52e97 100644 --- a/settings.lua +++ b/settings.lua @@ -74,4 +74,6 @@ for name in pairs(mods) do }) end end -data:extend(mods_settings) +if #mods_settings > 0 then + data:extend(mods_settings) +end