Polyfrost / Hytils-Reborn

Hypixel-focused Quality of Life mod.
https://modrinth.com/mod/hytils
GNU General Public License v3.0
75 stars 15 forks source link

Update AutoGG.java (bug fix) #107

Closed ImPot8o closed 2 months ago

ImPot8o commented 2 months ago

fixed a bug where autogg messages would only trigger on the first game after you load up Minecraft

---------NOTE---------- there's now a bug where it tries to send twice, I'm looking into it

Description

I reset the matchFound bool after it says a message so that it can say the message again the next time a game ends

Release Notes

Only added one line of code in src/main/java/org/polyfrost/hytils/handlers/chat/modules/triggers/AutoGG.java

ImPot8o commented 2 months ago

i made a better one with no bugs that I've found