Skip to content

Commit

Permalink
fix dropping items on scene
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako committed Jul 14, 2024
1 parent 2423f7b commit 51d9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/private-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ export default class PrivateAPI {
} else if (!actor) {

const defaultItemPileId = Helpers.getSetting(SETTINGS.DEFAULT_ITEM_PILE_ACTOR_ID);
let pileActor = game.actors.get(defaultItemPileId);
pileActor = game.actors.get(defaultItemPileId);

if (!pileActor) {

Expand Down

0 comments on commit 51d9582

Please sign in to comment.