mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Mappings Update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/CommandBlockListenerAbstract.java
|
||||
+++ b/net/minecraft/server/CommandBlockListenerAbstract.java
|
||||
@@ -5,6 +5,7 @@
|
||||
@@ -4,6 +4,7 @@
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
import javax.annotation.Nullable;
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
public abstract class CommandBlockListenerAbstract implements ICommandListener {
|
||||
|
||||
@@ -16,6 +17,10 @@
|
||||
@@ -15,6 +16,10 @@
|
||||
private IChatBaseComponent f;
|
||||
private String g = "";
|
||||
private IChatBaseComponent h = new ChatComponentText("@");
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
public CommandBlockListenerAbstract() {}
|
||||
|
||||
@@ -103,14 +108,7 @@
|
||||
@@ -102,14 +107,7 @@
|
||||
if (minecraftserver != null && minecraftserver.D() && minecraftserver.getEnableCommandBlock() && !UtilColor.b(this.g)) {
|
||||
try {
|
||||
this.f = null;
|
||||
@@ -35,7 +35,7 @@
|
||||
} catch (Throwable throwable) {
|
||||
CrashReport crashreport = CrashReport.a(throwable, "Executing command block");
|
||||
CrashReportSystemDetails crashreportsystemdetails = crashreport.a("Command to be executed");
|
||||
@@ -141,6 +139,11 @@
|
||||
@@ -140,6 +138,11 @@
|
||||
}
|
||||
|
||||
public void setName(IChatBaseComponent ichatbasecomponent) {
|
||||
|
Reference in New Issue
Block a user