Add a space between sentences in error message

This commit is contained in:
Greg Depoire--Ferrer 2019-10-25 14:49:49 +02:00
parent 0db4b193e1
commit 23fc6c8b49
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class CommandUnhandledException extends RuntimeException implements IComm
@Override
public void handle(ICommand command, List<ICommandArgument> args) {
HELPER.logDirect("An unhandled exception occurred." +
HELPER.logDirect("An unhandled exception occurred. " +
"The error is in your game's log, please report this at https://github.com/cabaletta/baritone/issues",
TextFormatting.RED);