Fix whitespace [skip actions]

This commit is contained in:
github-actions
2022-08-21 11:33:54 +00:00
Unverified
parent a746d11b6f
commit c517b8a2c9
919 changed files with 754457 additions and 3136 deletions
@@ -35,10 +35,10 @@ public class GadgetChest extends GadgetContent {
return false;
}else {
boolean success;
if(handler instanceof BossChestInteractHandler bossChestInteractHandler){
if (handler instanceof BossChestInteractHandler bossChestInteractHandler) {
success = bossChestInteractHandler.onInteract(this, player,
req.getResinCostType()== ResinCostTypeOuterClass.ResinCostType.RESIN_COST_TYPE_CONDENSE);
}else{
}else {
success = handler.onInteract(this, player);
}
if (!success) {