Main.log.severe("Could not load location='"+serializedLoc+"' from "+teleporterId+" > "+blockId);
Main.log.severe("Could not load location='"+serializedLoc+"' from "+teleporterId);
continue;
}
@ -61,7 +60,7 @@ public class LinkedBeaconTeleporterManager {
Blockblock=loc.getBlock();
if(block.getType()!=Material.BEACON){
// Data out of sync! Skipping
Main.log.warning(teleporterId+" > "+blockId+" at location "+serializedLoc+" changed and is no longer LinkedBlockTeleporter! (Changed without the plugin running?)");
Main.log.warning(teleporterId+" at location "+serializedLoc+" changed and is no longer LinkedBlockTeleporter! (Changed without the plugin running?)");