fletcher doesnt give to specs

This commit is contained in:
Chiss 2014-03-01 11:09:15 +11:00
parent dfa4ea0edc
commit 18880a00f4

View File

@ -3,6 +3,7 @@ package nautilus.game.arcade.kit.perks;
import java.util.HashSet;
import java.util.Iterator;
import org.bukkit.GameMode;
import org.bukkit.Material;
import org.bukkit.Sound;
import org.bukkit.entity.Entity;
@ -81,6 +82,9 @@ public class PerkFletcher extends Perk
for (Player cur : UtilServer.getPlayers())
{
if (cur.getGameMode() != GameMode.SURVIVAL)
continue;
if (!Kit.HasKit(cur))
continue;