Skip to content

Commit

Permalink
fix export name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcomac committed Apr 19, 2024
1 parent f5d288f commit b890399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/token-action-hud-ose.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { SystemManager } from './system-manager.js'
import { oseSystemManager } from './system-manager.js'
import { MODULE, REQUIRED_CORE_MODULE_VERSION } from './constants.js'

Hooks.on('tokenActionHudCoreApiReady', async () => {
const module = game.modules.get(MODULE.ID)
module.api = {
requiredCoreModuleVersion: REQUIRED_CORE_MODULE_VERSION,
SystemManager
oseSystemManager
}
Hooks.call('tokenActionHudSystemReady', module)
})

0 comments on commit b890399

Please sign in to comment.