Fix unused arguments
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
113bc79d77
υποβολή
de0c60b4c9
@ -7,7 +7,7 @@
|
||||
|
||||
-- Init
|
||||
AchievementInfo.hijackedFirstLoad = false
|
||||
function AchievementInfo.initialize(eventCode, addOnName)
|
||||
function AchievementInfo.initialize(_, addOnName)
|
||||
if (addOnName ~= AchievementInfo.name) then return end
|
||||
|
||||
--
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
-- Do the magic
|
||||
function AchievementInfo.onAchievementUpdated(eventCode, achId)
|
||||
function AchievementInfo.onAchievementUpdated(_, achId)
|
||||
local output = ""
|
||||
|
||||
-- addOn enabled?
|
||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user