Fixed incorrect permission for /vsd a.k.a /disguiseviewself
This commit is contained in:
		| @@ -11,6 +11,7 @@ public class LibsDisguisesCommand implements CommandExecutor { | ||||
|  | ||||
|     @Override | ||||
|     public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) { | ||||
|         if (!sender.hasPermission("libsdisguises.reload")) { | ||||
|             if (args.length == 0) { | ||||
|                 sender.sendMessage(ChatColor.DARK_GREEN | ||||
|                         + "This server is running " | ||||
| @@ -27,6 +28,7 @@ public class LibsDisguisesCommand implements CommandExecutor { | ||||
|                     sender.sendMessage(ChatColor.RED + "[LibsDisguises] That command doesn't exist!"); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|         return true; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user