mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed clear() in SWGSet
This commit is contained in:
@@ -117,6 +117,7 @@ public class SWGSet<E> implements Set<E>, Serializable {
|
||||
|
||||
public void clear() {
|
||||
synchronized(objectMutex) {
|
||||
set.clear();
|
||||
queue(item(2, null, null, false, false));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user