Revert "Yet more SOCD handling"

This reverts commit b5db5bbdc3.
pull/34/head
Ishaan Bhardwaj 2021-09-05 22:44:21 -04:00
parent b5db5bbdc3
commit 985f73c39d
1 changed files with 3 additions and 3 deletions

View File

@ -126,9 +126,9 @@ function GameMode:update(inputs, ruleset)
if inputs["left"] or inputs["right"] then
inputs["up"] = false
inputs["down"] = false
end
if inputs["up"] then
inputs["down"] = false
elseif inputs["up"] or inputs["down"] then
inputs["left"] = false
inputs["right"] = false
end
end