It seems reasonable that Config.saves.isAllowed should also disable the save buttons in the Saves dialog, in addition to blocking the Save API. That would be a better player experience.
That said. Since it's a callback, users could do all manner of odd things with it, so that's a very minor concern.
It seems reasonable that
Config.saves.isAllowed
should also disable the save buttons in the Saves dialog, in addition to blocking theSave
API. That would be a better player experience.That said. Since it's a callback, users could do all manner of odd things with it, so that's a very minor concern.