forked from mtcontrib/3d_armor
		
	beter smart_inventory integration
This commit is contained in:
		
				
					committed by
					
						
						stujones11
					
				
			
			
				
	
			
			
			
						parent
						
							26212fb3e4
						
					
				
				
					commit
					a5b650285b
				
			@@ -286,12 +286,9 @@ armor.update_inventory = function(self, player)
 | 
			
		||||
		return
 | 
			
		||||
	end
 | 
			
		||||
	if inv_mod == "smart_inventory" then
 | 
			
		||||
		local state = smart_inventory.smartfs.inv[name]
 | 
			
		||||
		local state = smart_inventory.get_page_state("player", name)
 | 
			
		||||
		if state then
 | 
			
		||||
			local button = state:get("player_button")
 | 
			
		||||
			if button then
 | 
			
		||||
				button:submit()
 | 
			
		||||
			end
 | 
			
		||||
			state:get("update_hook"):submit()
 | 
			
		||||
		end
 | 
			
		||||
		return
 | 
			
		||||
	end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user