Skip to content

Commit

Permalink
Remove unused members from WorldHostClientVoicechatSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Sep 2, 2024
1 parent e38b9a5 commit 90e6c84
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@
import java.util.Objects;

public class WorldHostClientVoicechatSocket extends VoicechatSocketBase implements ClientVoicechatSocket {
private final byte[] buffer = new byte[4096];

private DatagramSocket socket;
private SocketAddress targetAddress;

public DatagramSocket getSocket() {
return socket;
}

public void setTargetAddress(SocketAddress targetAddress) {
this.targetAddress = targetAddress;
}
Expand Down

0 comments on commit 90e6c84

Please sign in to comment.