Update more code to new formatting machinery

This commit is contained in:
Lucien Greathouse
2019-11-18 15:18:06 -08:00
parent af866f0665
commit 0c7a94c062
5 changed files with 22 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ local function preloadAssets()
table.insert(contentUrls, url)
end
Log.trace("Preloading assets: %s", table.concat(contentUrls, ", "))
Log.trace("Preloading assets: {:?}", contentUrls)
coroutine.wrap(function()
ContentProvider:PreloadAsync(contentUrls)