Skip to content

Commit

Permalink
Fix LuckPermsBungee error on BungeeCord
Browse files Browse the repository at this point in the history
  • Loading branch information
frafol committed Jun 17, 2023
1 parent 92d8c22 commit c9b5e18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private void registerAdminChat() {

private void registerStaffList() {

if (getProxy().getPluginManager().getPlugin("LuckPermsBungee") == null) {
if (getProxy().getPluginManager().getPlugin("LuckPerms") == null) {
getLogger().warning("You need LuckPermsBungee to use StaffList.");
return;
}
Expand Down

0 comments on commit c9b5e18

Please sign in to comment.