Skip to content

Commit

Permalink
remove sidebar hook
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Mar 4, 2024
1 parent 287916c commit e326750
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/system/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import i18n from "./hooks/i18n";
import setup from "./hooks/setup";
import journal from "./hooks/journal";
import loadScripts from "./hooks/loadScripts";
import sidebar from "./hooks/sidebar";

export default function()
{
Expand All @@ -26,7 +25,6 @@ export default function()
setup();
journal();
loadScripts();
sidebar();

Hooks.on("preCreateJournalEntry", _keepID);
Hooks.on("preCreateScene", _keepID);
Expand Down

0 comments on commit e326750

Please sign in to comment.