diff --git a/src/com/codisimus/plugins/phatloots/PhatLootChest.java b/src/com/codisimus/plugins/phatloots/PhatLootChest.java index 3d8191d8..f8318bde 100644 --- a/src/com/codisimus/plugins/phatloots/PhatLootChest.java +++ b/src/com/codisimus/plugins/phatloots/PhatLootChest.java @@ -77,7 +77,7 @@ private PhatLootChest(String world, int x, int y, int z) { World w = Bukkit.getWorld(world); if (w == null) { //The world is not currently loaded PhatLoots.logger.warning("The world '" + world + "' is not currently loaded, all linked chests in this world are being unlinked."); - PhatLoots.logger.warning("THIS CHEST UNLINKING IS PERMANANT IF YOU LINK/UNLINK ANY OTHER CHESTS IN THIS PHATLOOT!"); + PhatLoots.logger.warning("THIS CHEST UNLINKING IS PERMANANT IF YOU LINK/UNLINK ANY OTHER CHESTS IN THIS PHATLOOT! (" + this.chestName + ")"); } else { Block block = w.getBlockAt(x, y, z); switch (block.getType()) {