Change command to ww

This commit is contained in:
Ethanell 2020-09-07 22:24:24 +02:00
parent ee69cdc34e
commit 92a2881d1c

View file

@ -212,7 +212,7 @@ public class MainLg extends JavaPlugin{
@SuppressWarnings("unchecked")
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if(label.equalsIgnoreCase("lg")) {
if(label.equalsIgnoreCase("ww")) {
if(!sender.hasPermission("loupgarou.admin")) {
sender.sendMessage(prefix+"§4Erreur: Vous n'avez pas la permission...");
return true;