Skip to content

Commit 96677a4

Browse files
committed
Formatting
1 parent 33c62f7 commit 96677a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mod/acgaming/universaltweaks/bugfixes/entities/arrow/mixin/UTEntityTippedArrowMixin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public abstract class UTEntityTippedArrowMixin
2727
private Set<PotionEffect> customPotionEffects;
2828

2929
@Redirect(method = "refreshColor", at = @At(value = "INVOKE", target = "Ljava/lang/Integer;valueOf(I)Ljava/lang/Integer;"))
30-
public Integer rlmixins_vanillaEntityTippedArrow_refreshColor(int i)
30+
public Integer utTippedArrowRefreshColor(int i)
3131
{
3232
if (UTConfigBugfixes.ENTITIES.utUntippedArrowParticlesToggle && potion == PotionTypes.EMPTY && customPotionEffects.isEmpty()) return -1;
3333
return i;

0 commit comments

Comments
 (0)