mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 15:12:13 -07:00
Update to Minecraft 1.12-pre2
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
public class CommandExecute extends CommandAbstract {
|
||||
|
||||
@@ -58,7 +62,10 @@
|
||||
@@ -59,7 +63,10 @@
|
||||
}
|
||||
|
||||
String s = a(astring, b0);
|
||||
@@ -23,15 +23,15 @@
|
||||
public String getName() {
|
||||
return entity.getName();
|
||||
}
|
||||
@@ -103,25 +110,59 @@
|
||||
return entity.B_();
|
||||
@@ -104,25 +111,59 @@
|
||||
return entity.C_();
|
||||
}
|
||||
};
|
||||
+ ICommandListener icommandlistener1 = new ProxyListener(); // CraftBukkit
|
||||
ICommandHandler icommandhandler = minecraftserver.getCommandHandler();
|
||||
|
||||
try {
|
||||
- int i = icommandhandler.a(icommandlistener1, s);
|
||||
- int i = icommandhandler.b(icommandlistener1, s);
|
||||
+ // CraftBukkit start
|
||||
+ org.bukkit.command.CommandSender sender = null;
|
||||
+ ICommandListener listener = icommandlistener;
|
||||
|
Reference in New Issue
Block a user