Skip to content

Commit

Permalink
Remove popup clear (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Jan 30, 2025
1 parent 0d4b15e commit 87448f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dist/src/main/kotlin/kr/toxicity/hud/player/HudPlayerImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ abstract class HudPlayerImpl : HudPlayer {
popupGroupIterator.remove()
} else compList += comp
}
} else {
popupGroup.clear()
}
if (compList.isNotEmpty() || additionalComp != null) {
additionalComp?.let {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ minecraft_version=1.21.4
velocity_version=3.4.0
yarn_mappings=1.21.4+build.8
loader_version=0.16.10
fabric_version=0.115.0+1.21.4
fabric_version=0.115.1+1.21.4

kyori_mod_implementation=6.2.0
parchment=parchment-1.21.4:2025.01.19
Expand Down

0 comments on commit 87448f9

Please sign in to comment.