Made HasPressed function and implemented it #6

Merged
lustlion merged 2 commits from :master into master 2022-01-19 14:01:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2972cf1488 - Show all commits

View File

@ -21,7 +21,7 @@ function Keybind:HasPressed(action)
return true
end
else
action.pressed = false
action.pressed = nil
end
return false
end