TeamSpeak-3-Java-API
TeamSpeak-3-Java-API copied to clipboard
Update PermissionCommands.java
This pull request updates the method signature of channelAddPerm to use long instead of int for the permValue parameter. The change was made because permValue (e.g., channelIconId) can exceed the maximum value of an int.