Skip to content

Commit

Permalink
Update to GildenSteuer.v.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodDragon2580 committed May 31, 2023
1 parent 80a6fb1 commit 18325ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GildenSteuer/GildenSteuer.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local VERSION = "5.0"
local VERSION = "5.1"
local DEVELOPMENT = false
local SLASH_COMMAND = "gt"
local MESSAGE_PREFIX = "GT"
Expand Down Expand Up @@ -374,7 +374,7 @@ function GildenSteuer:NotifyStatus(playerName)
end

function GildenSteuer:RequestStatus(playerName, timestamp)
self:Debug("Add status request for " .. playerName .. " to queue")
--self:Debug("Add status request for " .. playerName .. " to queue")
if timestamp == nil then
timestamp = self:GetPlayerStatusDB(playerName, true).timestamp
end
Expand Down
2 changes: 1 addition & 1 deletion GildenSteuer/GildenSteuer.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title:|cffd6266cGildenSteuer|r
## Notes: Zahl deine Steuer und mach die Gilde Glücklich
## Author: BloodDragon2580
## Version: 5.0
## Version: 5.1
## SavedVariables: GildenSteuerDB
## IconTexture: Interface\AddOns\GildenSteuer\Media\Texture\logo

Expand Down
6 changes: 0 additions & 6 deletions GildenSteuer/settings/GildenSteuerMiniMapButton.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
self.isMoving = false;
end
</OnMouseUp>
<OnHide>
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end
</OnHide>
<OnDragStart>
this:LockHighlight()
MyMod_MinimapButton_DraggingFrame:Show()
Expand Down

0 comments on commit 18325ae

Please sign in to comment.