Fix formatting

This commit is contained in:
yueh
2020-07-28 11:44:57 +02:00
parent a65be62cd1
commit 0beab559a6
74 changed files with 221 additions and 188 deletions
@@ -257,7 +257,8 @@ public class CraftConfirmContainer extends AEBaseContainer {
// :P
}
} catch (final Throwable e) {
this.getPlayerInv().player.sendMessage(new StringTextComponent("Error: " + e.toString()), Util.DUMMY_UUID);
this.getPlayerInv().player.sendMessage(new StringTextComponent("Error: " + e.toString()),
Util.DUMMY_UUID);
AELog.debug(e);
this.setValidContainer(false);
this.result = null;