Skip to content

Commit c2cdf68

Browse files
committed
changed type to int
1 parent f987521 commit c2cdf68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/theholywaffle/teamspeak3/api/wrapper/ChannelInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public String getPhoneticName() {
8484
return get(ChannelProperty.CHANNEL_NAME_PHONETIC);
8585
}
8686

87-
public long getSecondsEmpty() {
88-
return getLong(ChannelProperty.SECONDS_EMPTY);
87+
public int getSecondsEmpty() {
88+
return getInt(ChannelProperty.SECONDS_EMPTY);
8989
}
9090
}

0 commit comments

Comments
 (0)