player mixin: remove unused field

This commit is contained in:
Adam
2018-11-04 18:52:50 -05:00
parent f9711e1de4
commit 258d66cfd9

View File

@@ -56,9 +56,6 @@ public abstract class RSPlayerMixin implements RSPlayer
@Shadow("clientInstance")
private static RSClient client;
@Inject
private int playerIndex;
@Inject
@Override
public String getName()