mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 00:04:59 +01:00
ee6d0fa938
Previously if the key 'this.c' was missing a new hashmap was created, this caused thousands to be created each tick
10 lines
426 B
Diff
10 lines
426 B
Diff
--- ../work/decompile-8eb82bde/net/minecraft/server/EntitySliceInnerClass2.java 2015-02-20 10:18:41.945023873 +0000
|
|
+++ src/main/java/net/minecraft/server/EntitySliceInnerClass2.java 2015-02-20 10:18:41.965023873 +0000
|
|
@@ -3,6 +3,7 @@
|
|
import com.google.common.collect.AbstractIterator;
|
|
import java.util.Iterator;
|
|
|
|
+// PAIL: Access transform
|
|
class EntitySliceInnerClass2 extends AbstractIterator {
|
|
|
|
final Iterator a;
|