config manager: log profile changes
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user