Bug fix of getInteracting() in Projectile mixin (#2950)

This commit is contained in:
Irmuun
2021-02-26 03:21:12 -08:00
committed by GitHub
parent 563587e6b0
commit d04ae86168

View File

@@ -80,7 +80,7 @@ public abstract class RSProjectileMixin implements RSProjectile
{ {
int idx = -interactingIndex - 1; int idx = -interactingIndex - 1;
if (idx == client.getLocalInteractingIndex()) if (idx == client.getLocalPlayerIndex())
{ {
return client.getLocalPlayer(); return client.getLocalPlayer();
} }