EaglerForge/patches/minecraft/net/minecraft/command/CommandTitle.edit.java

31 lines
520 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> CHANGE 1 : 4 @ 1 : 6
~
~ import org.json.JSONException;
~
> CHANGE 6 : 9 @ 6 : 9
~ import net.lax1dude.eaglercraft.v1_8.ExceptionUtils;
~ import net.lax1dude.eaglercraft.v1_8.log4j.LogManager;
~ import net.lax1dude.eaglercraft.v1_8.log4j.Logger;
> INSERT 2 : 3 @ 2
+
> CHANGE 50 : 51 @ 50 : 51
~ } catch (JSONException jsonparseexception) {
> EOF