Skip to content

Commit

Permalink
Fix #12, incorrect list message
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Feb 6, 2021
1 parent 84484d4 commit 83611e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/william278/huskhomes2/listHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static void displayPublicHomeList(Player player, int pageNumber) {
}
}
if (itemsOnPage == 0) {
messageManager.sendMessage(player, "warp_list_page_empty");
messageManager.sendMessage(player, "home_list_page_empty");
} else {
player.spigot().sendMessage(homeList.create());
}
Expand Down

0 comments on commit 83611e4

Please sign in to comment.