Skip to content

Commit

Permalink
Lua error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geigerkind committed Apr 12, 2017
1 parent c7649f3 commit 9b97c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DPSMate/DPSMate.lua
@@ -1,6 +1,6 @@
-- Global Variables
DPSMate = {}
DPSMate.VERSION = 110
DPSMate.VERSION = 111
DPSMate.LOCALE = GetLocale()
DPSMate.SYNCVERSION = DPSMate.VERSION..DPSMate.LOCALE
DPSMate.Parser = CreateFrame("Frame", nil, UIParent)
Expand Down
3 changes: 2 additions & 1 deletion DPSMate/DPSMate_Sync.lua
Expand Up @@ -73,7 +73,8 @@ function DPSMate.Sync:OnUpdate()
time=time+arg1
if time<30 then
if iterator==1 then
Buffer = {"DPSMate_SyncStatus", "1"}
Buffer = {}
Buffer[1] = {"DPSMate_SyncStatus", "1"}
cou = 1
co = 1
self:DMGDoneAllOut()
Expand Down

0 comments on commit 9b97c76

Please sign in to comment.