TeamSpeak-3-Java-API icon indicating copy to clipboard operation
TeamSpeak-3-Java-API copied to clipboard

Update PermissionCommands.java

Open KaiAnti opened this issue 9 months ago • 0 comments

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.

KaiAnti avatar Jan 11 '25 15:01 KaiAnti