mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fixed parameter name
This commit is contained in:
parent
14fc2dbf9b
commit
14b3fd2085
@ -47,8 +47,8 @@ public class WorldGuardFeature extends BukkitMaskManager implements Listener {
|
||||
return (WorldGuardPlugin) plugin;
|
||||
}
|
||||
|
||||
public WorldGuardFeature(Plugin p2) {
|
||||
super(p2.getName());
|
||||
public WorldGuardFeature(Plugin plugin) {
|
||||
super(plugin.getName());
|
||||
this.worldguard = this.getWorldGuard();
|
||||
LOGGER.info("Plugin 'WorldGuard' found. Using it now.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user