Set module id to gurps

This commit is contained in:
Neill Cox 2024-05-03 20:43:34 +10:00
parent c983d9b91b
commit 7f86b8c44e
3 changed files with 11 additions and 13 deletions

View file

@ -2,7 +2,7 @@
* Module-based constants
*/
export const MODULE = {
ID: 'token-action-hud-template'
ID: 'token-action-hud-gurps'
}
/**