MaterialFoundry / MaterialDeck

41 stars 20 forks source link

[BUG] Error during startup from refreshToken hook #120

Open farling42 opened 2 months ago

farling42 commented 2 months ago

Setup

Describe the bug At startup, errors are reported from the refreshToken hook because game.materialDeck only has the enableModule defined (with a value of false). That hook requires the protection that occurs in the updateToken hook immediately after it.