Revert "Yet more SOCD handling"

This reverts commit b5db5bbdc3.
This commit is contained in:
Ishaan Bhardwaj 2021-09-05 22:44:21 -04:00
parent b5db5bbdc3
commit 985f73c39d

View File

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