Files
runelite/runelite-client
Adam 61ea6cf217 config manager: treat null and empty string equally in setDefaultConfiguration
The config manager treats null and empty string as equal and will unset
config values which are set to the empty string with the config client.

This fixes the config manager applying default config values which are the
empty string when the current value is null, causing it to send an
unnecessary unset request
2019-06-25 08:25:02 -04:00
..