Skip to content

Commit

Permalink
Remove unused PlaceableObject patch
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed Jan 10, 2024
1 parent 7bb1727 commit 303fd6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
15 changes: 0 additions & 15 deletions scripts/PlaceableObject.js

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/patching.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { MODULES_ACTIVE } from "./const.js";
import { PATCHES as PATCHES_Ruler } from "./Ruler.js";
import { PATCHES as PATCHES_Token } from "./Token.js";
import { PATCHES as PATCHES_GridLayer } from "./GridLayer.js";
import { PATCHES as PATCHES_PlaceableObject } from "./PlaceableObject.js";
import { PATCHES as PATCHES_ClientKeybindings } from "./ClientKeybindings.js";
import { PATCHES as PATCHES_BaseGrid } from "./BaseGrid.js";
import { PATCHES as PATCHES_HexagonalGrid } from "./HexagonalGrid.js";
Expand All @@ -24,7 +23,6 @@ const PATCHES = {
GridLayer: PATCHES_GridLayer,
HexagonalGrid: PATCHES_HexagonalGrid,
Ruler: PATCHES_Ruler,
PlaceableObject: PATCHES_PlaceableObject,
Token: PATCHES_Token,
Settings: PATCHES_Settings
};
Expand Down

0 comments on commit 303fd6d

Please sign in to comment.