Skip to content

Commit

Permalink
Version v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papa-smurf committed Sep 24, 2024
1 parent a5945d3 commit a4d69cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Classes/Helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,13 @@ end
---
--- @return boolean
function GL:isCrossRealm()
-- With almost everything being connected nowadays we're doing a trial
-- run with always assuming that we're on a connected realm
---@TODO: REMOVE IN >= 7.6.1
if (true) then
return true;
end

if (GL._isCrossRealm == nil) then
GL._isCrossRealm = GL.isRetail or not not GetAutoCompleteRealms()[2];
end
Expand Down
2 changes: 1 addition & 1 deletion Data/Constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ local Constants = {
]]
Comm = {
channel = "GargulComm2",
minimumAppVersion = "7.5.11",
minimumAppVersion = "7.5.13",

---@class CommActions
Actions = {
Expand Down
2 changes: 1 addition & 1 deletion Gargul.toc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## Notes: Loot addon that supports GDKP, softres sr, thatsmybis tmb, auto looting, +1 tracking and much more
## IconTexture: Interface\AddOns\Gargul\Assets\Buttons\minimap
## Author: Zhorax - Firemaw
## Version: 7.5.15
## Version: 7.6.0
## DefaultState: enabled
## SavedVariables: GargulDB
## X-Donate: https://www.patreon.com/gargul
Expand Down

0 comments on commit a4d69cd

Please sign in to comment.