mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 01:23:44 +01:00 
			
		
		
		
	Fix after merge...
This commit is contained in:
		| @@ -64,22 +64,10 @@ public class Unclaim extends SubCommand { | |||||||
|             if ((Math.abs(plot.id.x) <= Math.abs(Auto.lastPlot.x)) && (Math.abs(plot.id.y) <= Math.abs(Auto.lastPlot.y))) { |             if ((Math.abs(plot.id.x) <= Math.abs(Auto.lastPlot.x)) && (Math.abs(plot.id.y) <= Math.abs(Auto.lastPlot.y))) { | ||||||
|                 Auto.lastPlot = plot.id; |                 Auto.lastPlot = plot.id; | ||||||
|             } |             } | ||||||
| <<<<<<< HEAD |  | ||||||
|         } else { |         } else { | ||||||
|             PlayerFunctions.sendMessage(plr, "Plot removal has been denied."); |             PlayerFunctions.sendMessage(plr, "Plot removal has been denied."); | ||||||
|         } |         } | ||||||
| ======= |  | ||||||
| <<<<<<< HEAD |  | ||||||
|         } |  | ||||||
|         else { |  | ||||||
|             PlayerFunctions.sendMessage(plr, "Plot unclaim has been denied."); |  | ||||||
| ======= |  | ||||||
|         } else { |  | ||||||
|             PlayerFunctions.sendMessage(plr, "Plot removal has been denied."); |  | ||||||
| >>>>>>> 73e92b834155ea9e458d7299ad78f4fd9b55aa66 |  | ||||||
|         } |  | ||||||
|         PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS); |         PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS); | ||||||
| >>>>>>> drtshock-master |  | ||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sauilitired
					Sauilitired