mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Stupid Commit
This commit is contained in:
parent
f6f394f4c7
commit
1129528312
2 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,6 @@ public class EarthPassive {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public static void handleMetalPassives() {
|
||||
for (Player player: Bukkit.getOnlinePlayers()) {
|
||||
if (GeneralMethods.canBendPassive(player.getName(), Element.Earth) && EarthMethods.canMetalbend(player)) {
|
||||
|
|
|
@ -3,6 +3,7 @@ package com.projectkorra.ProjectKorra.earthbending;
|
|||
import java.util.ArrayList;
|
||||
import java.util.HashSet;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.block.Block;
|
||||
|
|
Loading…
Reference in a new issue