config manager: log profile changes

This commit is contained in:
Adam
2022-03-23 23:05:02 -04:00
parent 311b77a127
commit ab56a7ab0f

View File

@@ -587,6 +587,7 @@ public class ConfigManager
rsProfileKey = prof.getKey();
this.rsProfileKey = rsProfileKey;
log.debug("RS profile changed to {}", rsProfileKey);
eventBus.post(new RuneScapeProfileChanged());
}
setConfiguration(groupName, rsProfileKey, key, value);
@@ -1138,6 +1139,7 @@ public class ConfigManager
}
rsProfileKey = key;
log.debug("RS profile changed to {}", key);
eventBus.post(new RuneScapeProfileChanged());
}