You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Hook "updateToken", the line if(!game.combat) return; is missing. If that is added, like in "preUpdateToken", the error when updating a token's image or size outside combat no longer results in an error.
The text was updated successfully, but these errors were encountered:
In the Hook "updateToken", the line
if(!game.combat) return;
is missing. If that is added, like in "preUpdateToken", the error when updating a token's image or size outside combat no longer results in an error.The text was updated successfully, but these errors were encountered: