fix imports for new PowerLossEvent

This commit is contained in:
Brettflan
2012-12-19 06:15:31 -06:00
parent 0948800678
commit 657305a5fe
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,14 @@
package com.massivecraft.factions.event;
import src.com.massivecraft.factions.FPlayer;
import src.com.massivecraft.factions.Faction;
import org.bukkit.event.Cancellable;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
import com.massivecraft.factions.FPlayer;
import com.massivecraft.factions.Faction;
import org.bukkit.entity.Player;
public class PowerLossEvent extends Event implements Cancellable
{