mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-10-31 09:33:43 +01:00 
			
		
		
		
	Fix errors *again
This commit is contained in:
		| @@ -36,6 +36,7 @@ import com.intellectualcrafters.plot.util.InventoryUtil; | ||||
| import com.intellectualcrafters.plot.util.PlayerManager; | ||||
| import com.intellectualcrafters.plot.util.TaskManager; | ||||
| import com.intellectualcrafters.plot.util.UUIDHandler; | ||||
| import com.intellectualcrafters.plot.util.UUIDHandlerImplementation; | ||||
| import com.intellectualcrafters.plot.uuid.UUIDWrapper; | ||||
| import com.plotsquared.bukkit.listeners.APlotListener; | ||||
| import com.plotsquared.bukkit.util.SetupUtils; | ||||
| @@ -279,7 +280,7 @@ public class SpongeMain implements IPlotMain, PluginContainer { | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public UUIDWrapper initUUIDHandler() { | ||||
|     public UUIDHandlerImplementation initUUIDHandler() { | ||||
|         // TODO Auto-generated method stub | ||||
|         return null; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 boy0001
					boy0001