A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://GitHub.com/BG3-Community-Library-Team/BG3-Subclass-Compatibility-Framework/commit/ below:

Fix issue with JSON Config warning for UUID being sent as a table · BG3-Community-Library-Team/BG3-Compatibility-Framework@a78718c · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -59,7 +59,7 @@ function ProgressionJsonHandler(data, modGuid)

59 59

end

60 60

elseif type(progressions.UUID) == "table" then

61 61

-- Error in JSON Config format, we'll catch it gracefully, but inform users/authors that it's an error

62 -

CLUtils.Warn(Strings.PREFIX .. "Mod " .. CLUtils.RetrieveModHandleAndAuthor(modGuid) .. Strings.VAL_ERR_UUID_IS_TABLE .. progressions.UUID:concat(", ") .. Strings.VAL_ERR_UUID_IS_TABLE_B)

62 +

CLUtils.Warn(Strings.PREFIX .. "Mod " .. CLUtils.RetrieveModHandleAndAuthor(modGuid) .. Strings.VAL_ERR_UUID_IS_TABLE .. table.concat(progressions.UUID, (", ")) .. Strings.VAL_ERR_UUID_IS_TABLE_B)

63 63

for _, uuid in pairs(progressions.UUID) do

64 64

ProgressionSubSectionHandler(progressions, uuid, modGuid)

65 65

end

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4