alex9849 / advanced-region-market

A Bukkit/Spigot plugin for renting/selling WorldGuard regions
https://www.spigotmc.org/resources/advancedregionmarket.58732/
69 stars 45 forks source link

Pull-up method refactoring #103

Open Lavitaep opened 2 years ago

Lavitaep commented 2 years ago

Removed the method tabCompleteRegions from WorldGuard7 and WorldGuard6_1 classes since the method signature and implementation are identical, and created the same method in the super type WorldGuardInterface class.