CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Make hook callback functions non-async #78

Open CodeWringer opened 2 years ago

CodeWringer commented 2 years ago

Supposedly, it is unsafe to have the hook callback functions be async.

Try to make the hook callback functions synchronous, instead.