Autogg quickfix
This commit is contained in:
parent
b7a002cae3
commit
3760fb2da5
|
@ -720,7 +720,7 @@ public class NetHandlerPlayClient implements INetHandlerPlayClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won the match") &&
|
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("you won") &&
|
||||||
AutoGG.onWin.getValue() ||
|
AutoGG.onWin.getValue() ||
|
||||||
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("was killed by") &&
|
packetIn.getChatComponent().getUnformattedText().toLowerCase().contains("was killed by") &&
|
||||||
packetIn.getChatComponent().getUnformattedText().contains(Minecraft.getMinecraft().thePlayer.getName()) ||
|
packetIn.getChatComponent().getUnformattedText().contains(Minecraft.getMinecraft().thePlayer.getName()) ||
|
||||||
|
|
Loading…
Reference in New Issue
Block a user