We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f987521 commit c2cdf68Copy full SHA for c2cdf68
src/main/java/com/github/theholywaffle/teamspeak3/api/wrapper/ChannelInfo.java
@@ -84,7 +84,7 @@ public String getPhoneticName() {
84
return get(ChannelProperty.CHANNEL_NAME_PHONETIC);
85
}
86
87
- public long getSecondsEmpty() {
88
- return getLong(ChannelProperty.SECONDS_EMPTY);
+ public int getSecondsEmpty() {
+ return getInt(ChannelProperty.SECONDS_EMPTY);
89
90
0 commit comments