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
+1 -2
View File
@@ -29,7 +29,6 @@ public class BPlayer {
public static boolean enableHome;
public static boolean enableLoginDisallow;
public static boolean enablePuke;
public static String wakeString;
public static String homeType;
private int quality = 0;// = quality of drunkeness * drunkeness
@@ -260,7 +259,7 @@ public class BPlayer {
Location randomLoc = Wakeup.getRandom(player.getLocation());
if (randomLoc != null) {
player.teleport(randomLoc);
P.p.msg(player, wakeString);
P.p.msg(player, "");
}
}