Skip to content

Commit

Permalink
Add locale to item text debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed Apr 9, 2024
1 parent 8a926c2 commit f81cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PawnUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ function PawnUIGetAllTextForItem(Item)
end
end
end
AllText = AllText .. "\n/pawn compare " .. PawnGetItemIDsForDisplay(ItemLink, false)
AllText = AllText .. "\n" .. GetLocale() .. "\n/pawn compare " .. PawnGetItemIDsForDisplay(ItemLink, false)

local ItemName
if Item then
Expand Down

0 comments on commit f81cec7

Please sign in to comment.