Skip to content

Commit

Permalink
[DEBUG] Spacing Issue.....
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Dec 31, 2024
1 parent ce051d9 commit 467b766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
} else {
Player player = (Player) sender;

debug.log("[ArmorStandEditor-Debug] Sender is Player and asedit.basic is" + getPermissionBasic(player));
debug.log("[ArmorStandEditor-Debug] Sender is Player and asedit.basic is " + getPermissionBasic(player));
if (args.length == 0) {
player.sendMessage(LISTMODE);
player.sendMessage(LISTAXIS);
Expand Down

0 comments on commit 467b766

Please sign in to comment.