Skip to content

Commit 9f43be8

Browse files
committed
change copy
1 parent 2af5cae commit 9f43be8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/dev/noah/perplayerkit/KitManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public boolean loadPublicKit(Player player, String id) {
350350
return loadKitInternal(player, IDUtil.getPublicKitId(id), "Kit does not exist!", false, () -> {
351351
BroadcastManager.get().broadcastPlayerLoadedPublicKit(player);
352352
player.sendMessage(ChatColor.GREEN + "Public Kit loaded!");
353-
player.sendMessage(ChatColor.GRAY + "You can save this kit by importing into the kit editor");
353+
player.sendMessage(ChatColor.GRAY + "You can save a custom version this kit by importing into the kit editor");
354354
});
355355
}
356356

0 commit comments

Comments
 (0)