Skip to content

Commit

Permalink
fix lua syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 20, 2018
1 parent a54d374 commit 48b5517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ local function makedoots(i)
end,
OnCommand=function(self)
local bundle = DLMAN:GetCoreBundle(minidoots[i]:lower())
self:settextf("(%dmb)", bundle["TotalSize")
self:settextf("(%dmb)", bundle["TotalSize"])

end
}
Expand Down

0 comments on commit 48b5517

Please sign in to comment.