mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2026-06-06 02:06:55 +00:00
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