From 1862266320fbb2a6c608db887b69f5190738a82f Mon Sep 17 00:00:00 2001
From: Jake Potrebic <jake.m.potrebic@gmail.com>
Date: Sun, 16 Jun 2024 15:38:59 -0700
Subject: [PATCH] remove remaining reference to 'pgive'

---
 patches/server/Paper-dumpitem-command.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/server/Paper-dumpitem-command.patch b/patches/server/Paper-dumpitem-command.patch
index 11489936a9..c791136a0b 100644
--- a/patches/server/Paper-dumpitem-command.patch
+++ b/patches/server/Paper-dumpitem-command.patch
@@ -135,7 +135,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +                .append("]");
 +        }
 +        player.sendMessage(visualOutput.build().compact());
-+        final Component copyMsg = text("Click to copy item definition to clipboard for use with /pgive", GRAY, ITALIC);
++        final Component copyMsg = text("Click to copy item definition to clipboard for use with /give", GRAY, ITALIC);
 +        sender.sendMessage(copyMsg.clickEvent(copyToClipboard(itemCommandBuilder.toString())));
 +    }
 +