Skip to content

Commit

Permalink
Merge pull request runelite#4519 from devinfrench/kourendlibrary
Browse files Browse the repository at this point in the history
kourend library plugin: Use correct enum naming convention
  • Loading branch information
deathbeam authored Jul 27, 2018
2 parents 64f0027 + 025cd69 commit d7b7893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum LibraryCustomer
{
VILLIA(NpcID.VILLIA, "Villia"),
PROFESSOR_GRACKLEBONE(NpcID.PROFESSOR_GRACKLEBONE, "Prof. Gracklebone"),
Sam(NpcID.SAM_7049, "Sam");
SAM(NpcID.SAM_7049, "Sam");

@Getter
private final int id;
Expand Down

0 comments on commit d7b7893

Please sign in to comment.