We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a2158 commit b0a03f3Copy full SHA for b0a03f3
1 file changed
Scripts/01 Main.lua
@@ -119,10 +119,10 @@ function TF_WHEEL.Input(self)
119
if not event.PlayerNumber then return end
120
self.pn = event.PlayerNumber
121
if ToEnumShortString(event.type) == "FirstPress" or ToEnumShortString(event.type) == "Repeat" then
122
- self:queuecommand(event.GameButton)
+ self:playcommand(event.GameButton)
123
end
124
if ToEnumShortString(event.type) == "Release" then
125
- self:queuecommand(event.GameButton.."Release")
+ self:playcommand(event.GameButton.."Release")
126
127
128
0 commit comments