Corrects map

This commit is contained in:
Sotr
2019-03-27 13:42:09 +08:00
parent 998c00ca84
commit bdbe6f78b7

View File

@@ -131,7 +131,7 @@ public class IntHashMap<V> {
return inthashmap_inthashmapentry == null ? null : inthashmap_inthashmapentry.b;
*/
return map.get(i);
return map.remove(i);
// Akarin end
}