fletcher doesnt give to specs
This commit is contained in:
parent
dfa4ea0edc
commit
18880a00f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user