Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Sep 10, 2024
1 parent 4f9d478 commit ab29a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/PassiveTree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ end


-- Checks if a given image is present and downloads it from the given URL if it isn't there
-- also checks all previous versions incase the current one has been deleted to dedupe
-- also checks all previous versions incase the current one has been deleted to deduplicate
function PassiveTreeClass:LoadSheet(imgName, url, data, ...)
local index = #treeVersionList
while index > 1 and self.treeVersion ~= treeVersionList[index] do
Expand Down

0 comments on commit ab29a90

Please sign in to comment.