formatting

This commit is contained in:
Bella 2020-02-18 08:27:11 -05:00
parent 31fba57163
commit d33ddb1b6d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class CustomChatCommand extends Command {
if (s == null)
continue;
cC.customText.setValue(s);
Command.sendChatMessage("Set the Custom Text Mode to " + s);
Command.sendChatMessage("Set the Custom Text Mode to <" + s + ">");
}
}
}