mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -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