Skip to content

Commit aecb2c6

Browse files
authored
Update PermissionCommands.java
1 parent f458e72 commit aecb2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/theholywaffle/teamspeak3/commands/PermissionCommands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public static Command clientPermList(int clientDBId) {
145145
* Channel commands
146146
*/
147147

148-
public static Command channelAddPerm(int channelId, String permName, int permValue) {
148+
public static Command channelAddPerm(int channelId, String permName, long permValue) {
149149
nonEmptyPermissionName(permName);
150150

151151
CommandBuilder builder = new CommandBuilder("channeladdperm", 3);

0 commit comments

Comments
 (0)