Bug fix of getInteracting() in Projectile mixin (#2950)
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user