From b657633c7f9666d26f89d6ff7f477b63d3fb4547 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Fri, 5 Feb 2021 02:56:13 +0100 Subject: [PATCH] remove unwanted change --- src/module/ds4.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/ds4.ts b/src/module/ds4.ts index ffd62ba..657a460 100644 --- a/src/module/ds4.ts +++ b/src/module/ds4.ts @@ -13,7 +13,7 @@ import { migration } from "./migrations"; Hooks.once("init", async function () { console.log(`DS4 | Initializing the DS4 Game System\n${DS4.ASCII}`); - game.DS4 = { + game.ds4 = { DS4Actor, DS4Item, DS4,