api: remove projectile getInteracting

This is unused currently and is being abused by some hacked clients.
This commit is contained in:
Adam
2019-02-01 20:52:24 -05:00
parent 29fcc2747f
commit 1bb29d4cd0
4 changed files with 7 additions and 72 deletions

View File

@@ -33,9 +33,6 @@ public interface RSProjectile extends RSRenderable, Projectile
@Override
int getId();
@Import("interacting")
int getRsInteracting();
@Import("height")
@Override
int getHeight();