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