forked from mtcontrib/boost_cart
		
	Fix forgotten variable to rename
This commit is contained in:
		
							
								
								
									
										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
 | 
						if not vector.equals(dir, {x=0, y=0, z=0}) then
 | 
				
			||||||
		self.old_dir = vector.new(dir)
 | 
							self.old_dir = vector.new(dir)
 | 
				
			||||||
	end
 | 
						end
 | 
				
			||||||
	self.old_switch = last_switch
 | 
						self.old_switch = switch_keys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if self.punched then
 | 
						if self.punched then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user