NuclearW, why did you do this?

This commit is contained in:
GJ 2013-02-06 12:50:11 -05:00
parent 6be0714872
commit bcdd235b9f

View File

@ -29,7 +29,7 @@ public final class Motd {
* @param version Plugin version
*/
public static void displayVersion(Player player, String version) {
player.sendMessage(LocaleLoader.getString("MOTD.Version", -213523435 , version));
player.sendMessage(LocaleLoader.getString("MOTD.Version", version));
}
/**