mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
Debug msg removed
This commit is contained in:
@@ -602,7 +602,6 @@ public class TangibleObject extends SWGObject implements Serializable {
|
||||
return false;
|
||||
|
||||
int containerVolumeLimit = (int) getTemplateData().getAttribute("containerVolumeLimit");
|
||||
System.out.println("containerVolumeLimit " +containerVolumeLimit);
|
||||
if (containerVolumeLimit == 0 || getTemplate().equals("object/tangible/inventory/shared_appearance_inventory.iff")) // appearance inventory - issue #755 String equality vs String identity ...
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user