mirror of
https://github.com/SmallJoker/boost_cart.git
synced 2024-11-23 23:23:44 +01:00
Fix forgotten variable to rename
This commit is contained in:
parent
b741282843
commit
75132269d7
2
init.lua
2
init.lua
@ -293,7 +293,7 @@ function boost_cart.cart:on_step(dtime)
|
||||
if not vector.equals(dir, {x=0, y=0, z=0}) then
|
||||
self.old_dir = vector.new(dir)
|
||||
end
|
||||
self.old_switch = last_switch
|
||||
self.old_switch = switch_keys
|
||||
|
||||
|
||||
if self.punched then
|
||||
|
Loading…
Reference in New Issue
Block a user