fix wrong merge

This commit is contained in:
Milos Kozak 2018-08-01 11:41:36 +02:00
parent 3ccf2e51f7
commit e26f33081a

View file

@ -442,9 +442,9 @@ public class LoopPlugin extends PluginBase {
}
public void acceptChangeRequest() {
Profile profile = MainApp.getConfigBuilder().getProfile();
Profile profile = ProfileFunctions.getInstance().getProfile();
MainApp.getConfigBuilder().applyTBRRequest(lastRun.constraintsProcessed, profile, new Callback() {
applyTBRRequest(lastRun.constraintsProcessed, profile, new Callback() {
@Override
public void run() {
if (result.enacted) {