Skip to content

Commit

Permalink
Rename command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0by1 committed Dec 19, 2022
1 parent fd290c6 commit 032ee49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1280,6 +1280,9 @@ public CommandHandler getCommandHandler() {
return false;
}

PLUGIN.getHologramManager().registerHologram(newHologram);
newHologram.showAll();

// Delete the old hologram
oldHologram.delete();

Expand Down

0 comments on commit 032ee49

Please sign in to comment.