mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-16 04:17:41 +00:00
99 errors
This commit is contained in:
@@ -80,7 +80,6 @@ import net.lax1dude.eaglercraft.RelayServerSocket;
|
||||
import net.lax1dude.eaglercraft.RelayQuery.VersionMismatch;
|
||||
import net.lax1dude.eaglercraft.RelayWorldsQuery;
|
||||
import net.lax1dude.eaglercraft.ServerQuery;
|
||||
import net.lax1dude.eaglercraft.Voice;
|
||||
import net.lax1dude.eaglercraft.adapter.lwjgl.GameWindowListener;
|
||||
import net.lax1dude.eaglercraft.sp.relay.pkt.IPacket;
|
||||
import net.lax1dude.eaglercraft.sp.relay.pkt.IPacket07LocalWorlds.LocalWorld;
|
||||
@@ -1429,19 +1428,6 @@ public class EaglerAdapterImpl2 {
|
||||
}
|
||||
public static final void cleanupNearbyPlayers(Set<String> players) {
|
||||
|
||||
}
|
||||
private static Voice.VoiceChannel enabledChannel = Voice.VoiceChannel.NONE;
|
||||
public static final void enableVoice(Voice.VoiceChannel enable) {
|
||||
enabledChannel = enable;
|
||||
}
|
||||
public static final Voice.VoiceChannel getVoiceChannel() {
|
||||
return enabledChannel;
|
||||
}
|
||||
public static final Voice.VoiceStatus getVoiceStatus() {
|
||||
return enabledChannel == Voice.VoiceChannel.NONE ? Voice.VoiceStatus.DISCONNECTED : Voice.VoiceStatus.CONNECTED;
|
||||
}
|
||||
public static final void activateVoice(boolean talk) {
|
||||
|
||||
}
|
||||
private static int proximity = 16;
|
||||
public static final void setVoiceProximity(int prox) {
|
||||
|
||||
Reference in New Issue
Block a user