Allow coloured motd

This commit is contained in:
md_5 2012-10-27 09:38:08 +11:00
parent 671710f4e2
commit 328f23a4fd

View File

@ -194,6 +194,8 @@ public class Configuration
}
}
motd = ChatColor.translateAlternateColorCodes('&', motd);
reconnect.createNewFile();
try (FileInputStream recon = new FileInputStream(reconnect))
{