mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-12 18:31:56 +01:00
Remove offending blueprint original particle shower which doesn't work
Never did anything useful anyway. Fixes #2100
This commit is contained in:
parent
2b40ae47d7
commit
c31458f8e6
@ -121,11 +121,6 @@ public class AdminBlueprintCommand extends ConfirmableCommand {
|
||||
user.spawnParticle(PARTICLE, PARTICLE_DUST_OPTIONS, maxX + 0.5, maxY + 0.5, z + 0.5);
|
||||
}
|
||||
|
||||
// Drawing origin
|
||||
if (clipboard.getOrigin() != null) {
|
||||
user.spawnParticle(Particle.VILLAGER_HAPPY, null, clipboard.getOrigin().getBlockX() + 0.5, clipboard.getOrigin().getBlockY() + 0.5, clipboard.getOrigin().getBlockZ() + 0.5);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected void hideClipboard(User user) {
|
||||
|
Loading…
Reference in New Issue
Block a user