Skip to content

Commit

Permalink
Merge pull request #610 from diwako/fix_dragging_onto_scene
Browse files Browse the repository at this point in the history
Fix dropping items on scene
  • Loading branch information
Haxxer authored Jul 14, 2024
2 parents 2423f7b + 51d9582 commit af4eb49
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 af4eb49

Please sign in to comment.