Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous end keyword #6

Merged
merged 1 commit into from Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CraftStore.lua
Expand Up @@ -513,7 +513,7 @@ function CS.Queue()
end
end
if ZO_Provisioner_IsSceneShowing() and CS.Account.options.usecook then
ZO_ProvisionerTopLevelTooltip:SetHidden(true) end
ZO_ProvisionerTopLevelTooltip:SetHidden(true)
if PP ~= nil then ZO_ProvisionerTopLevel:SetHidden(true) end
end
if CS.Inspiration ~= '' then
Expand Down Expand Up @@ -3982,4 +3982,4 @@ SLASH_COMMANDS["/craftstore"] = CS.ShowMain
SLASH_COMMANDS["/cspurge"] = CS.StoragePurge
SLASH_COMMANDS["/csrepair"] = CS.RepairStored
SLASH_COMMANDS["/csrepairknowledge"] = CS.UpdateRecipeKnowledge
SLASH_COMMANDS["/csremovechar"] = CS.RemoveCharacter
SLASH_COMMANDS["/csremovechar"] = CS.RemoveCharacter