Skip to content

Commit

Permalink
party finder's not gonna have countdowns... right?
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Nov 28, 2023
1 parent 4f7d522 commit e0a07c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class CountdownCalculator {
else -> return
}
if (event.itemStack != null && Minecraft.getMinecraft().thePlayer?.openContainer != null) {
if (event.itemStack.displayName.endsWith("'s Party")) return //TODO: why does this event falsely activate in party finder? -ery
var i = -1
var lastTimer: ZonedDateTime? = null
while (++i < event.toolTip.size) {
Expand Down

0 comments on commit e0a07c7

Please sign in to comment.