Autogg quickfix

This commit is contained in:
ThisIsALegitUsername 2023-02-08 21:27:17 +00:00
parent b7a002cae3
commit 3760fb2da5

View File

@ -720,7 +720,7 @@ public class NetHandlerPlayClient implements INetHandlerPlayClient {
}
if (
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won the match") &&
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won") &&
AutoGG.onWin.getValue() ||
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("was killed by") &&
packetIn.getChatComponent().getUnformattedText().contains(Minecraft.getMinecraft().thePlayer.getName()) ||