Update to Minecraft 1.14.3-pre4
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0297d9de8a
commit
a8155d2399
109 changed files with 660 additions and 622 deletions
|
@ -4,8 +4,8 @@
|
|||
}
|
||||
|
||||
try {
|
||||
- ParseResults<CommandListenerWrapper> parseresults = customfunctiondata.a().getCommandDispatcher().a().parse(stringreader, customfunctiondata.f());
|
||||
+ ParseResults<CommandListenerWrapper> parseresults = customfunctiondata.d().parse(stringreader, customfunctiondata.f()); // CraftBukkit
|
||||
- ParseResults<CommandListenerWrapper> parseresults = customfunctiondata.a().getCommandDispatcher().a().parse(stringreader, customfunctiondata.g());
|
||||
+ ParseResults<CommandListenerWrapper> parseresults = customfunctiondata.d().parse(stringreader, customfunctiondata.g()); // CraftBukkit
|
||||
|
||||
if (parseresults.getReader().canRead()) {
|
||||
if (parseresults.getExceptions().size() == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue