Fix isVisable and isMinimapVisable spelling (Visable -> Visible) (#7766)
This commit is contained in:
@@ -63,14 +63,14 @@ public interface NPCComposition
|
||||
*
|
||||
* @return the mini-map visible state
|
||||
*/
|
||||
boolean isMinimapVisable();
|
||||
boolean isMinimapVisible();
|
||||
|
||||
/**
|
||||
* Gets whether the NPC is visible.
|
||||
*
|
||||
* @return the visible state
|
||||
*/
|
||||
boolean isVisable();
|
||||
boolean isVisible();
|
||||
|
||||
/**
|
||||
* Gets the ID of the NPC.
|
||||
|
||||
Reference in New Issue
Block a user