fix: hook clientVarps instead of settings

This commit is contained in:
Joshua Filby
2018-03-21 17:39:37 -05:00
parent 8ee3de283c
commit 70ddd2d4a3

View File

@@ -634,7 +634,7 @@ public abstract class RSClientMixin implements RSClient
eventBus.post(offerChangedEvent);
}
@FieldHook("settings")
@FieldHook("clientVarps")
@Inject
public static void settingsChanged(int idx)
{