mirror of
https://github.com/BentoBoxWorld/Boxed.git
synced 2025-01-20 20:51:27 +01:00
Fix copy and paste error. Remove debug
This commit is contained in:
parent
628068eb5d
commit
306df8b5fb
@ -385,9 +385,9 @@ public class NewAreaListener implements Listener {
|
||||
} else if (bjb.getPool().contains("villagers")) {
|
||||
type = EntityType.VILLAGER;
|
||||
}
|
||||
if (type == null) {
|
||||
BentoBox.getInstance().logDebug(bjb.getPool());
|
||||
}
|
||||
//if (type == null) {
|
||||
// BentoBox.getInstance().logDebug(bjb.getPool());
|
||||
//}
|
||||
// Spawn it
|
||||
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());
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This file is written by the /boxadmin place command
|
||||
ormal:
|
||||
normal:
|
||||
0,64,80: village/plains/houses/plains_masons_house_1,CLOCKWISE_90
|
||||
-38,63,20: ruined_portal/portal_5
|
||||
3,58,-60: shipwreck/rightsideup_backhalf
|
||||
|
Loading…
Reference in New Issue
Block a user