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

Commit

Permalink
Merge pull request #53 from McRuben/patch-1
Browse files Browse the repository at this point in the history
Fixed name of permission
  • Loading branch information
Tareko authored Sep 30, 2018
2 parents b24be32 + a1271db commit 16082fa
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 16082fa

Please sign in to comment.