mirror of
				https://github.com/tacigar/maidroid.git
				synced 2025-10-31 03:05:33 +01:00 
			
		
		
		
	fix get_wield_item_stack function
This commit is contained in:
		| @@ -126,7 +126,7 @@ function maidroid.maidroid.get_wield_item_stack(self) | |||||||
| 	if inv:is_empty("wield_item") then | 	if inv:is_empty("wield_item") then | ||||||
| 		return nil | 		return nil | ||||||
| 	end | 	end | ||||||
| 	return inv:get_stack(1) | 	return inv:get_stack("wield_item", 1) | ||||||
| end | end | ||||||
|  |  | ||||||
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user