Removed unnecessary valid block checking (already in LocalWorld)
This commit is contained in:
@@ -42,11 +42,6 @@ public class BukkitServerInterface extends ServerInterface {
|
||||
public boolean isValidMobType(String type) {
|
||||
return CreatureType.fromName(type) != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isValidBlockType(int type) {
|
||||
return Material.getMaterial(type) != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reload() {
|
||||
|
||||
Reference in New Issue
Block a user