Stupid Commit

This commit is contained in:
MistPhizzle 2015-05-30 20:59:34 -04:00
parent f6f394f4c7
commit 1129528312
2 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,6 @@ public class EarthPassive {
} }
} }
@SuppressWarnings("deprecation")
public static void handleMetalPassives() { public static void handleMetalPassives() {
for (Player player: Bukkit.getOnlinePlayers()) { for (Player player: Bukkit.getOnlinePlayers()) {
if (GeneralMethods.canBendPassive(player.getName(), Element.Earth) && EarthMethods.canMetalbend(player)) { if (GeneralMethods.canBendPassive(player.getName(), Element.Earth) && EarthMethods.canMetalbend(player)) {

View file

@ -3,6 +3,7 @@ package com.projectkorra.ProjectKorra.earthbending;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashSet; import java.util.HashSet;
import org.bukkit.Bukkit;
import org.bukkit.Location; import org.bukkit.Location;
import org.bukkit.Material; import org.bukkit.Material;
import org.bukkit.block.Block; import org.bukkit.block.Block;