Compare commits

...

1 Commits

View File

@ -166,7 +166,7 @@ public class BlockEventListener implements Listener {
} }
if (Settings.Redstone.DISABLE_OFFLINE) { if (Settings.Redstone.DISABLE_OFFLINE) {
boolean disable = false; boolean disable = false;
if (!plot.getOwner().equals(DBFunc.SERVER)) { if (!DBFunc.SERVER.equals(plot.getOwner())) {
if (plot.isMerged()) { if (plot.isMerged()) {
disable = true; disable = true;
for (UUID owner : plot.getOwners()) { for (UUID owner : plot.getOwners()) {