Remove redundant comment
This commit is contained in:
parent
196ddb7eb2
commit
0b2be5d9fc
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue