GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.89k stars 271 forks source link

Fix logging message format #954

Closed aki-ks closed 6 years ago

aki-ks commented 6 years ago

Some messages used the %d and %s formatter as consumed by String.format instead of the format for MessageFormat.

The string console.permission.invalid must use %s since Bukkit formats it with String.format.