diff --git a/src/module/hooks/setup.ts b/src/module/hooks/setup.ts index 78bce9b..e87272c 100644 --- a/src/module/hooks/setup.ts +++ b/src/module/hooks/setup.ts @@ -1,9 +1,5 @@ import { DS4 } from "../config"; -/** - * @remarks The "setup" hook is called after game data has been requested and loaded from the server, so entities - * already exist. - */ export default function registerForSetupHooks(): void { Hooks.once("setup", () => { localizeAndSortConfigObjects();