#Statistics error display

9 messages · Page 1 of 1 (latest)

cold tree
#

Statistics error display

latent garnet
#

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?

ashen sand
#

I've seen this on supporter branch, did something go wrong with the key call?

latent garnet
#

That could potentially be the case

#

Is there anything in the log file?

ashen sand
#

nothing

latent garnet
#

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

cold tree