Update ForgeFlower (#7857)

This commit is contained in:
Jason Penilla
2022-05-29 12:54:25 -07:00
parent f0b4d5aa22
commit ea9a831a7f
12 changed files with 49 additions and 49 deletions

View File

@@ -28,7 +28,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
- if (this.iterated == this.active) {
- this.passive.clear();
-
- for(Entry<Entity> entry : Int2ObjectMaps.fastIterable(this.active)) {
- for(Int2ObjectMap.Entry<Entity> entry : Int2ObjectMaps.fastIterable(this.active)) {
- this.passive.put(entry.getIntKey(), entry.getValue());
- }
-