SpockBotMC / SpockBot

High level Python framework for building Minecraft clients and bots.
MIT License
198 stars 47 forks source link

Fix chat translation string formatting #148

Closed Gjum closed 9 years ago

Gjum commented 9 years ago

The chat data comes in as strings, so we replace all %d, %i, %3$d etc. with %s.