Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/util/ChatComponentTranslation.edit.java
2023-01-03 22:25:02 -08:00

29 lines
529 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2023 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 4
> DELETE 6 @ 6 : 12
> INSERT 1 : 6 @ 1
+ import com.google.common.collect.Iterators;
+ import com.google.common.collect.Lists;
+
+ import net.lax1dude.eaglercraft.v1_8.HString;
+
> CHANGE 58 : 59 @ 58 : 59
~ HString.format(format.substring(j, k), new Object[0]));
> CHANGE 25 : 26 @ 25 : 26
~ HString.format(format.substring(j), new Object[0]));
> EOF