Skip to content

Commit d737bbd

Browse files
committed
Add a newline (useless change)
1 parent 38b4fb1 commit d737bbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/survivalblock/shield_surf/common/util/ShieldSurfUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public static ItemStack getFirstAegisStack(LivingEntity living, boolean shouldCo
5454
}
5555
return ItemStack.EMPTY;
5656
}
57+
5758
public static boolean hasAegis(LivingEntity living){
5859
return getFirstAegisStack(living, false) != ItemStack.EMPTY;
5960
}

0 commit comments

Comments
 (0)