mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:58:35 +00:00
As Jesse would say... *
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
package com.boydti.fawe.bukkit.regions;
|
||||
|
||||
import com.boydti.fawe.bukkit.FaweBukkit;
|
||||
import com.boydti.fawe.object.FawePlayer;
|
||||
import com.massivecraft.factions.entity.BoardColl;
|
||||
import com.massivecraft.factions.entity.Faction;
|
||||
@ -13,11 +12,9 @@ import org.bukkit.event.Listener;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
|
||||
public class FactionsFeature extends BukkitMaskManager implements Listener {
|
||||
FaweBukkit plugin;
|
||||
|
||||
public FactionsFeature(final Plugin factionsPlugin, final FaweBukkit p3) {
|
||||
public FactionsFeature(final Plugin factionsPlugin) {
|
||||
super(factionsPlugin.getName());
|
||||
this.plugin = p3;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user