Skip to content

Commit 1a364f9

Browse files
committed
Remove advanced copy/paste error message
1 parent 91bcbdb commit 1a364f9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Classes/ItemsTab.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,11 +1242,6 @@ function ItemsTabClass:Draw(viewPort, inputEvents)
12421242
if event.type == "KeyDown" then
12431243
if event.key == "v" and IsKeyDown("CTRL") then
12441244
local newItem = Paste()
1245-
if newItem:find("{ ", 0, true) then
1246-
main:OpenConfirmPopup("Warning", "\"Advanced Item Descriptions\" (Ctrl+Alt+c) are unsupported.\n\nAbort paste?", "OK", function()
1247-
self:SetDisplayItem()
1248-
end)
1249-
end
12501245
if newItem then
12511246
self:CreateDisplayItemFromRaw(newItem, true)
12521247
end

0 commit comments

Comments
 (0)