Remove portal blocks at the old location of a gate when setting a new location.

This commit is contained in:
Tobias Ottenweller 2013-07-04 10:19:57 +02:00
parent e8f23078f1
commit fc488e7f31

View File

@ -63,6 +63,7 @@ public class CommandLocation extends BaseLocationCommand
if (gateOpen) {
gate.setOpen(false);
GateBlockChangeSender.updateGateBlocks(gate);
}
Location oldLocation = gate.getLocation();