mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
fix my comparison
This commit is contained in:
@@ -68,7 +68,7 @@ public class Equipment extends Delta {
|
||||
|
||||
TangibleObject object = (TangibleObject) getObject();
|
||||
|
||||
if (object.getCustomization ().length > 0) {
|
||||
if (object.getCustomization().length == 0) {
|
||||
synchronized(objectMutex) {
|
||||
int size = 19 + object.getCustomization ().length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user