Add Lua function to load a JSON file

This commit is contained in:
Alexander Bock
2024-02-10 10:18:57 +01:00
parent 5e9af1bc13
commit fa1847d235
5 changed files with 84 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ UrlSynchronization::UrlSynchronization(const ghoul::Dictionary& dictionary,
if (p.forceOverride.has_value()) {
LWARNING(fmt::format(
"{}: The variable ForceOverride has been deprecated."
"{}: The variable ForceOverride has been deprecated. "
"Optionally, use SecondsUntilResync instead to specify file validity date.",
p.identifier
));