mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 19:16:34 +01:00
Fix typo
This commit is contained in:
parent
deba96875c
commit
be24157951
@ -64,7 +64,7 @@ public class Poses extends Trait {
|
||||
}
|
||||
|
||||
|
||||
public Pose getAnchor(String name) {
|
||||
public Pose getPose(String name) {
|
||||
for (Pose pose : poses.values())
|
||||
if (pose.getName().equalsIgnoreCase(name))
|
||||
return pose;
|
||||
|
Loading…
Reference in New Issue
Block a user