mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fix #1222
This commit is contained in:
		@@ -2681,7 +2681,7 @@ public class Plot {
 | 
			
		||||
                greaterPlot.setMerged(3, true);
 | 
			
		||||
                lesserPlot.mergeData(greaterPlot);
 | 
			
		||||
                if (removeRoads) {
 | 
			
		||||
                    Plot diagonal = greaterPlot.getRelative(1);
 | 
			
		||||
                    Plot diagonal = greaterPlot.getRelative(2);
 | 
			
		||||
                    if (diagonal.getMerged(7)) {
 | 
			
		||||
                        lesserPlot.removeRoadSouthEast();
 | 
			
		||||
                    }
 | 
			
		||||
 
 | 
			
		||||
@@ -300,7 +300,7 @@ public class ExpireManager {
 | 
			
		||||
                        }
 | 
			
		||||
                    }, 86400000);
 | 
			
		||||
                } else {
 | 
			
		||||
                    TaskManager.runTaskLaterAsync(this, 20);
 | 
			
		||||
                    TaskManager.runTaskLaterAsync(this, 20 * 10);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +0,0 @@
 | 
			
		||||
package com.intellectualcrafters.plot.util.expiry;
 | 
			
		||||
 | 
			
		||||
public class ExpirySettings {
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user