Skip to content

Commit

Permalink
Tix offground status
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Oct 29, 2024
1 parent 73ab238 commit 5c7f314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void register(CommandManager<Sender> manager) {
(globalStatus ? globalStatusEnabledMessage : globalStatusDisabledMessage))
+ "\n"
+ ChatUtil.translateAlternateColorCodes('&',
globalStatus ? globalOffGroundStatusEnabledMessage : globalOffGroundStatusDisabledMessage)
ToggleOffGroundSubcommand.offGroundSyncEnabled ? globalOffGroundStatusEnabledMessage : globalOffGroundStatusDisabledMessage)
);

if (sender.hasPermission(STATUS_SELF_PERMISSION, true)) {
Expand Down

0 comments on commit 5c7f314

Please sign in to comment.