mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Added buffs, added total play time to character sheet
This commit is contained in:
@@ -149,11 +149,8 @@ public class SWGList<E> implements List<E> {
|
||||
return list.get(index);
|
||||
}
|
||||
}
|
||||
|
||||
public List<E> get() {
|
||||
synchronized(objectMutex) {
|
||||
return list;
|
||||
}
|
||||
return list;
|
||||
}
|
||||
@Override
|
||||
public int indexOf(Object o) {
|
||||
|
||||
Reference in New Issue
Block a user