mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
29 lines
529 B
Java
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
|