Added buffs, added total play time to character sheet

This commit is contained in:
Light2
2013-08-11 18:18:12 +02:00
parent 6c88d0e82a
commit fa79a8b41c
33 changed files with 516 additions and 128 deletions
+1 -4
View File
@@ -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) {