killburne / custom-duelingbook

14 stars 7 forks source link

Update code to support GM_config async migration #9

Closed amadejkastelic closed 1 year ago

amadejkastelic commented 1 year ago

A new version of GM_config removed support for sync storage reads and writes. This PR fixes all usages.

https://github.com/sizzlemctwizzle/GM_config/wiki/Asynchronous-read-and-write-migration

Fixes issue #8

killburne commented 1 year ago

looks good. thanks