Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Fixed name of permission
Browse files Browse the repository at this point in the history
  • Loading branch information
einrobin authored Sep 29, 2018
1 parent 9dd24c9 commit a1271db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class CommandReload extends Command {

public CommandReload()
{
super("reload", "cloudnet.comamnd.reload", "rl");
super("reload", "cloudnet.command.reload", "rl");
}

@Override
Expand All @@ -24,4 +24,4 @@ public void onExecuteCommand(CommandSender sender, String[] args)
CloudNetWrapper.getInstance().getNetworkConnection().sendPacket(new PacketOutUpdateWrapperInfo());
System.out.println("Reloading was completed successfully");
}
}
}

0 comments on commit a1271db

Please sign in to comment.