Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Mar 11, 2013
1 parent e0e209f commit 6b41334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/trait/Poses.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void describe(CommandSender sender, int page) throws CommandException {
}


public Pose getAnchor(String name) {
public Pose getPose(String name) {
for (Pose pose : poses.values())
if (pose.getName().equalsIgnoreCase(name))
return pose;
Expand Down

0 comments on commit 6b41334

Please sign in to comment.