mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 08:02:13 -07:00
Mappings Update
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
}
|
||||
|
||||
public com.mojang.brigadier.CommandDispatcher<CommandListenerWrapper> d() {
|
||||
- return this.f.getCommandDispatcher().a();
|
||||
+ return this.f.vanillaCommandDispatcher.a(); // CraftBukkit
|
||||
- return this.server.getCommandDispatcher().a();
|
||||
+ return this.server.vanillaCommandDispatcher.a(); // CraftBukkit
|
||||
}
|
||||
|
||||
public void Y_() {
|
||||
public void tick() {
|
||||
@@ -164,7 +164,7 @@
|
||||
arraylist.add(CompletableFuture.supplyAsync(() -> {
|
||||
return a(iresourcemanager, minecraftkey);
|
||||
|
Reference in New Issue
Block a user