Remove redundant comment

This commit is contained in:
Johannes Loher 2021-03-16 08:55:10 +01:00
parent 196ddb7eb2
commit 0b2be5d9fc

View file

@ -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();