Skip to content

Commit

Permalink
Dragging only happens, if you start on an empty tile
Browse files Browse the repository at this point in the history
  • Loading branch information
jodokus31 committed May 6, 2023
1 parent 1f2c5ce commit b0e5490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extended-fasttransfer/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ local function common_custominput_handler(e)
end

handle_action_on_entity(player, selected_entity, state, tick)
actiontype.reset_action(state)
end

script.on_event(custom_inputs.topupplayerstacks, common_custominput_handler)
Expand Down
2 changes: 1 addition & 1 deletion extended-fasttransfer/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extended-fasttransfer",
"version": "0.0.2",
"version": "0.0.3",
"title": "Extended Fast Transfer",
"author": "jodokus31",
"contact": "",
Expand Down

0 comments on commit b0e5490

Please sign in to comment.