config manager: correct adding unset keys to pendingChanges
This commit is contained in:
@@ -347,7 +347,7 @@ public class ConfigManager
|
||||
|
||||
synchronized (pendingChanges)
|
||||
{
|
||||
pendingChanges.remove(groupName + "." + key);
|
||||
pendingChanges.put(groupName + "." + key, null);
|
||||
}
|
||||
|
||||
Runnable task = () ->
|
||||
|
||||
Reference in New Issue
Block a user