Skip to content

Commit

Permalink
Fixed applying a Profile printing non-localized in chat for the 'Defa…
Browse files Browse the repository at this point in the history
…ult' Profile
  • Loading branch information
ImUnicke committed Nov 29, 2021
1 parent f908e2d commit 175c28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ settings.ApplyProfile = function()
end

if app.IsReady then
app.print(L["PROFILE"]..":",key);
app.print(L["PROFILE"]..":",settings:GetProfile(true));
end
return true;
end
Expand Down

0 comments on commit 175c28c

Please sign in to comment.