From aecb2c6fb3ecdf30d67091574f3a4e94fa35cc83 Mon Sep 17 00:00:00 2001 From: Kai <80519700+KaiAnti@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:29:48 +0100 Subject: [PATCH] Update PermissionCommands.java --- .../theholywaffle/teamspeak3/commands/PermissionCommands.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/theholywaffle/teamspeak3/commands/PermissionCommands.java b/src/main/java/com/github/theholywaffle/teamspeak3/commands/PermissionCommands.java index fca3fdfe..1b34bde9 100644 --- a/src/main/java/com/github/theholywaffle/teamspeak3/commands/PermissionCommands.java +++ b/src/main/java/com/github/theholywaffle/teamspeak3/commands/PermissionCommands.java @@ -145,7 +145,7 @@ public static Command clientPermList(int clientDBId) { * Channel commands */ - public static Command channelAddPerm(int channelId, String permName, int permValue) { + public static Command channelAddPerm(int channelId, String permName, long permValue) { nonEmptyPermissionName(permName); CommandBuilder builder = new CommandBuilder("channeladdperm", 3);