Skip to content

Commit

Permalink
swiggity swoogy i hate my booty
Browse files Browse the repository at this point in the history
  • Loading branch information
HerXayah committed Nov 6, 2022
1 parent e8ae1c1 commit a2574c9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ public class PlayerEventHandler {
// UUID VoiceChat 1.8
private final UUID vcUuid8 = UUID.fromString("43152d5b-ca80-4b29-8f48-39fd63e48dee");

boolean keyPressed = false;
boolean keystate = false;

// im gonna kms ngl
Emily instance = Emily.getInstance();
LabyMod labymod = LabyMod.getInstance();
Expand Down Expand Up @@ -103,7 +100,6 @@ public void sendMessage(String message) {
e.printStackTrace();
labymod.displayMessageInChat(e.getMessage());
}

}

@SubscribeEvent
Expand All @@ -124,7 +120,7 @@ public void onKeyInput(InputEvent.KeyInputEvent e) {
sendMessage("[PH] - Off");
}
} else {
SetConfig(false);
SetConfig(true);
if (instance.isVoiceexist() && instance.isPlayerUnmute()) {
minecraft.theWorld.playerEntities.stream()
.filter(entityPlayer ->
Expand Down

0 comments on commit a2574c9

Please sign in to comment.