mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Fixed null pointer exception
This commit is contained in:
@@ -175,7 +175,7 @@ public class SWGMap<K, V> implements Map<K, V> {
|
||||
V value = map.remove(key);
|
||||
|
||||
if (value != null) {
|
||||
queue(item(1, key, ((IDelta) map.get(key)).getBytes(), true, true));
|
||||
queue(item(1, key, ((IDelta) value).getBytes(), true, true));
|
||||
}
|
||||
|
||||
return value;
|
||||
|
||||
Reference in New Issue
Block a user