Skip to content

Commit dba7759

Browse files
committed
fix wrong bugfix env
1 parent d421637 commit dba7759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/dev/isxander/debugify/mixins/basic/mc297837/WaypointTransmitterMixin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
import org.spongepowered.asm.mixin.Mixin;
1212
import org.spongepowered.asm.mixin.injection.At;
1313

14-
@BugFix(id = "MC-297837", category = FixCategory.BASIC, env = BugFix.Env.CLIENT, description = "Locator bar shows players above you as being below you when they are high enough")
14+
@BugFix(id = "MC-297837", category = FixCategory.BASIC, env = BugFix.Env.SERVER, description = "Locator bar shows players above you as being below you when they are high enough")
1515
@Mixin(WaypointTransmitter.class)
16-
public class WaypointTransmitterMixin {
16+
public interface WaypointTransmitterMixin {
1717
/**
1818
* {@link WaypointTransmitter#isReallyFar(LivingEntity, ServerPlayer)} was being used to determine whether
1919
* waypoints should use azimuth distance (far away) or chunk/block distance (close/closer by).

0 commit comments

Comments
 (0)