Started with multilanguage support

This commit is contained in:
Frank Baumann
2013-08-26 16:50:27 +02:00
parent 17435707e6
commit c396e70196
7 changed files with 159 additions and 19 deletions
-4
View File
@@ -12,10 +12,6 @@ public class Wakeup {
public static ArrayList<Wakeup> wakeups = new ArrayList<Wakeup>();
public static P p = P.p;
//public static ChatColor g = ChatColor.GOLD;
//public static ChatColor w = ChatColor.WHITE;
//public static ChatColor r = ChatColor.RED;
//public static ChatColor gr = ChatColor.GREEN;
public static int checkId = -1;
public static Player checkPlayer = null;