Skip to content

Commit f987521

Browse files
committed
removed optionparam
1 parent b656fb1 commit f987521

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@
2727
*/
2828

2929
import com.github.theholywaffle.teamspeak3.commands.parameter.KeyValueParam;
30-
import com.github.theholywaffle.teamspeak3.commands.parameter.OptionParam;
3130

3231
public class CChannelInfo extends Command {
3332

3433
public CChannelInfo(int channelId) {
3534
super("channelinfo");
36-
add(new OptionParam("secondsempty"));
3735
add(new KeyValueParam("cid", channelId));
3836
}
3937

0 commit comments

Comments
 (0)