mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-29 05:47:36 +01:00
!removed unused method
This commit is contained in:
parent
09ebde5676
commit
e778bb085d
@ -37,10 +37,6 @@ public class CraftItemExperienceSource extends SpecificExperienceSource<Material
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
private void debug(Object s1, Object s2) {
|
|
||||||
System.out.println("[DEBUG] " + s1 + ": " + s2);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean matches(PlayerData player, Material obj) {
|
public boolean matches(PlayerData player, Material obj) {
|
||||||
return material == obj && hasRightClass(player);
|
return material == obj && hasRightClass(player);
|
||||||
|
Loading…
Reference in New Issue
Block a user