Inventory redundant null assignment removals.
Contributed by Sahar.
This commit is contained in:
		| @@ -1707,8 +1707,6 @@ public abstract class Inventory extends ItemContainer | ||||
| 				setPaperdollItem(PAPERDOLL_LEGS, null); | ||||
| 				setPaperdollItem(PAPERDOLL_LHAND, null); | ||||
| 				setPaperdollItem(PAPERDOLL_RHAND, null); | ||||
| 				setPaperdollItem(PAPERDOLL_RHAND, null); | ||||
| 				setPaperdollItem(PAPERDOLL_LHAND, null); | ||||
| 				setPaperdollItem(PAPERDOLL_HEAD, null); | ||||
| 				setPaperdollItem(PAPERDOLL_FEET, null); | ||||
| 				setPaperdollItem(PAPERDOLL_GLOVES, null); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDev
					MobiusDev