mixins: inject Client constructor for initialization of enumCache
This commit is contained in:
@@ -185,6 +185,11 @@ public abstract class RSClientMixin implements RSClient
|
||||
.maximumSize(64)
|
||||
.build();
|
||||
|
||||
@Inject
|
||||
public RSClientMixin()
|
||||
{
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public Callbacks getCallbacks()
|
||||
|
||||
Reference in New Issue
Block a user