eaglercraft-1.8/patches/minecraft/net/minecraft/util/MapPopulator.edit.java

20 lines
294 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> INSERT 4 : 6 @ 4
+ import com.google.common.collect.Maps;
+
> CHANGE 9 : 10 @ 9 : 10
~ map.put((K) object, (V) iterator.next());
> EOF