mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:28:35 +00:00
Fixed some bugs and cleanup some code.
This commit is contained in:
@ -78,6 +78,11 @@ public class ItemType {
|
||||
return BlockTypes.get(this.id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return this.id.hashCode();
|
||||
|
Reference in New Issue
Block a user