Closed itteerde closed 8 months ago
Unable to reproduce on my Eberron restore. Why would this be/ how could this be RotFM specific? Try to reproduce with RotFM once backup available.
also, both
Array.from(game.settings.settings, ([key, value]) => ({ key, value })).find(e => e.key === "core.chatBubbles").value.default === game.settings.get("core", "chatBubbles")
and
game.settings.set("core", "chatBubbles", game.user.flags?.world?.globalInterfaceVolume ?? game.settings.get(MODULE_SCOPE, "chatBubbles"))
do indeed work on my console (as Shrazz) in Eberron.
in Eberron