Code cleanup
This commit is contained in:
parent
8580124c73
commit
6ecd5ea5c1
|
@ -56,7 +56,7 @@ public final class CapeManager {
|
|||
}
|
||||
|
||||
public boolean findCape(String uuid) {
|
||||
if (hasCapeForUuid(uuid))
|
||||
if (this.hasCapeForUuid(uuid))
|
||||
return true;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue