Add cyrillic-support option for cyrillic codepage hack

This commit is contained in:
Mike Primm 2011-11-14 14:08:24 +08:00 committed by mikeprimm
parent e696988e34
commit bbb5db3524
5 changed files with 27 additions and 2 deletions

View file

@ -23,6 +23,7 @@ public class ClientConfigurationComponent extends Component {
s(t, "defaultzoom", c.getInteger("defaultzoom", 0));
s(t, "sidebaropened", c.getString("sidebaropened", "false"));
s(t, "dynmapversion", plugin.getDescription().getVersion());
s(t, "cyrillic", c.getBoolean("cyrillic-support", false));
DynmapWorld defaultWorld = null;
String defmap = null;