fix ticket track order

This commit is contained in:
Sola
2015-12-19 15:31:35 +08:00
parent 66c04d42f1
commit c973f0c63a
4 changed files with 27 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ public class Lang {
public static Map<String, MessageFormat> format_cache = new HashMap<>(32);
static {
//noinspection unchecked
InputStream in = Lang.class.getClassLoader().getResourceAsStream("lang.yml");
//noinspection unchecked
messages = new Yaml().loadAs(in, Map.class);
}