Skip to content

Commit

Permalink
- ui fix for pull panel
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Mar 30, 2024
1 parent 1521406 commit 4eb180a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '720cfc4 2024-03-29' }
return { commitId = '1521406 2024-03-29' }
2 changes: 1 addition & 1 deletion modules/pull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function Module:Render()
ImGui.TableNextColumn()
ImGui.Text(RGMercUtils.FormatTime(nextPull))
ImGui.TableNextColumn()
ImGui.Text("Pull Range")
ImGui.Text("Pull Ability Range")
ImGui.TableNextColumn()
ImGui.Text(tostring(self:GetPullAbilityRange()))
ImGui.TableNextColumn()
Expand Down

0 comments on commit 4eb180a

Please sign in to comment.