diff --git a/module/consts.mjs b/module/consts.mjs index 9db4ce4..2ce7c58 100644 --- a/module/consts.mjs +++ b/module/consts.mjs @@ -1,5 +1 @@ export const __ID = `oft`; - -export function inDev() { - return game.modules.get(__ID).flags.inDev ?? false; -};