mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 03:46:42 +00:00
Add prefixes and make FAWE more translatable
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user