#Statistics error display
9 messages · Page 1 of 1 (latest)
Anything in the log files? It looks like it through an exception during setup. Also is this happening on the public branch or supporter branch?
I've seen this on supporter branch, did something go wrong with the key call?
nothing
Ah found it. There is a new utility method in translate called Translate.Format(key, params...) which is short for string.Format(Translate.Get(key), params...) and era hits still had string.Format without any translate
yep, that fixed it
sorry, where is the log file ? 😅
and do i have to update something to see the hotfix ?