Fix copy and paste error. Remove debug

This commit is contained in:
tastybento 2023-04-30 09:41:36 -07:00
parent 628068eb5d
commit 306df8b5fb
2 changed files with 4 additions and 4 deletions

View File

@ -385,9 +385,9 @@ public class NewAreaListener implements Listener {
} else if (bjb.getPool().contains("villagers")) { } else if (bjb.getPool().contains("villagers")) {
type = EntityType.VILLAGER; type = EntityType.VILLAGER;
} }
if (type == null) { //if (type == null) {
BentoBox.getInstance().logDebug(bjb.getPool()); // BentoBox.getInstance().logDebug(bjb.getPool());
} //}
// Spawn it // Spawn it
if (type != null && b.getWorld().spawnEntity(b.getRelative(BlockFace.UP).getLocation(), type) != null) { if (type != null && b.getWorld().spawnEntity(b.getRelative(BlockFace.UP).getLocation(), type) != null) {
//BentoBox.getInstance().logDebug("Spawned a " + type + " at " + b.getRelative(BlockFace.UP).getLocation()); //BentoBox.getInstance().logDebug("Spawned a " + type + " at " + b.getRelative(BlockFace.UP).getLocation());

View File

@ -1,5 +1,5 @@
# This file is written by the /boxadmin place command # This file is written by the /boxadmin place command
ormal: normal:
0,64,80: village/plains/houses/plains_masons_house_1,CLOCKWISE_90 0,64,80: village/plains/houses/plains_masons_house_1,CLOCKWISE_90
-38,63,20: ruined_portal/portal_5 -38,63,20: ruined_portal/portal_5
3,58,-60: shipwreck/rightsideup_backhalf 3,58,-60: shipwreck/rightsideup_backhalf