Skip to content

Commit 7f86102

Browse files
authored
fancynpcs: Fixes #24 (#63)
1 parent 58bac9a commit 7f86102

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • plugins/fancyholograms-v2/src/main/java/de/oliver/fancyholograms/commands/hologram

plugins/fancyholograms-v2/src/main/java/de/oliver/fancyholograms/commands/hologram/CopyCMD.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public boolean run(@NotNull CommandSender sender, @Nullable Hologram hologram, @
5757
location.setPitch(originalLocation.getPitch());
5858
location.setYaw(originalLocation.getYaw());
5959
data.setLocation(location);
60+
data.setLinkedNpcName(null);
6061

6162
final var copy = FancyHolograms.get().getHologramsManager().create(data);
6263

0 commit comments

Comments
 (0)