mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-28 05:37:44 +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
|
||||
public boolean matches(PlayerData player, Material obj) {
|
||||
return material == obj && hasRightClass(player);
|
||||
|
Loading…
Reference in New Issue
Block a user