Skip to content

Commit

Permalink
Merge pull request #152 from Murreey/main
Browse files Browse the repository at this point in the history
Make line add sub-command not player only
  • Loading branch information
d0by1 authored Sep 30, 2023
2 parents e36c768 + 794bd2e commit ab4093f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public TabCompleteHandler getTabCompleteHandler() {
usage = "/dh line add <hologram> <page> [content]",
description = "Add a line to Hologram.",
aliases = {"append"},
playerOnly = true,
minArgs = 2
)
static class LineAddSub extends DecentCommand {
Expand Down

0 comments on commit ab4093f

Please sign in to comment.