Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NightDev701 committed Aug 4, 2023
1 parent b6bad1d commit 14128c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/scorpion/user/HoneyUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void removeLocation(String name) {
@Override
public String listHomes() {

if (getHomes().size() == 0) {
if (getHomes().isEmpty()) {
return "§cHomes not found";
}

Expand Down

0 comments on commit 14128c9

Please sign in to comment.