Listener for Barrel breaking -> LWC Support

This commit is contained in:
Sn0wStorm
2014-04-08 16:11:20 +02:00
parent 3155bbab63
commit 1c6fe6cc33
19 changed files with 790 additions and 227 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ public class Wakeup {
}
String worldName = wakeup.loc.getWorld().getName();
String prefix = null;
String prefix;
if (worldName.startsWith("DXL_")) {
prefix = p.getDxlName(worldName) + "." + id;