Code cleanup

This commit is contained in:
noil 2023-05-06 01:06:04 -04:00
parent 8580124c73
commit 6ecd5ea5c1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public final class CapeManager {
} }
public boolean findCape(String uuid) { public boolean findCape(String uuid) {
if (hasCapeForUuid(uuid)) if (this.hasCapeForUuid(uuid))
return true; return true;
try { try {