Remove offending blueprint original particle shower which doesn't work

Never did anything useful anyway. Fixes #2100
This commit is contained in:
tastybento 2023-03-04 23:36:32 -08:00
parent 2b40ae47d7
commit c31458f8e6

View File

@ -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) {