This commit is contained in:
Jesse Boyd
2019-04-07 17:41:51 +10:00
17 changed files with 111 additions and 91 deletions

View File

@@ -511,7 +511,7 @@ public class PlatformManager {
if (faweException != null) {
BBC.WORLDEDIT_CANCEL_REASON.send(player, faweException.getMessage());
} else {
player.printError("Please report this error: [See console]");
player.printError(BBC.getPrefix() + "Please report this error: [See console]");
player.printRaw(e.getClass().getName() + ": " + e.getMessage());
MainUtil.handleError(e);
}