mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	fix compile time error
This commit is contained in:
		@@ -802,7 +802,7 @@ public class SQLManager implements AbstractDB {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void movePlot(Plot original, final Plot newPlot) {
 | 
			
		||||
    public void movePlot(final Plot original, final Plot newPlot) {
 | 
			
		||||
        TaskManager.runTaskAsync(new Runnable() {
 | 
			
		||||
            @Override
 | 
			
		||||
            public void run() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user