Rename and clean up MapleMapObjectType
This commit is contained in:
@@ -196,8 +196,8 @@ public class MapItem extends AbstractMapObject {
|
||||
}
|
||||
|
||||
@Override
|
||||
public final MapleMapObjectType getType() {
|
||||
return MapleMapObjectType.ITEM;
|
||||
public final MapObjectType getType() {
|
||||
return MapObjectType.ITEM;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user