Skip to content

Commit

Permalink
Fix Tech Finesse Lock DAS bug... again (#982)
Browse files Browse the repository at this point in the history
wow one-liner commit
Man I sure hope there isn't another bug I haven't seen before
  • Loading branch information
Not-A-Normal-Robot authored Sep 19, 2023
1 parent 8665468 commit 2e9ea4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/eventsets/tech_finesse_lock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local function lockKey(P,keys)
P.keyAvailable[v]=false
VK.keys[v].ava=false
VK.release(v)
P:releaseKey(v)
end
end
local function unlockKey(P,keys)
Expand Down

0 comments on commit 2e9ea4a

Please sign in to comment.