mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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;
|
return (WorldGuardPlugin) plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
public WorldGuardFeature(Plugin p2) {
|
public WorldGuardFeature(Plugin plugin) {
|
||||||
super(p2.getName());
|
super(plugin.getName());
|
||||||
this.worldguard = this.getWorldGuard();
|
this.worldguard = this.getWorldGuard();
|
||||||
LOGGER.info("Plugin 'WorldGuard' found. Using it now.");
|
LOGGER.info("Plugin 'WorldGuard' found. Using it now.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user