Fix Tech Finesse Lock DAS bug... again (#982)

wow one-liner commit
Man I sure hope there isn't another bug I haven't seen before
This commit is contained in:
NOT_A_ROBOT
2023-09-19 21:37:31 +07:00
committed by GitHub
parent 86654689da
commit 2e9ea4a783

View File

@@ -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)