2017-05-14 04:00:00 +02:00
|
|
|
--- a/net/minecraft/server/CustomFunctionData.java
|
|
|
|
+++ b/net/minecraft/server/CustomFunctionData.java
|
2021-06-11 07:00:00 +02:00
|
|
|
@@ -44,7 +44,7 @@
|
2017-05-14 04:00:00 +02:00
|
|
|
}
|
|
|
|
|
2021-11-21 23:00:00 +01:00
|
|
|
public CommandDispatcher<CommandListenerWrapper> getDispatcher() {
|
|
|
|
- return this.server.getCommands().getDispatcher();
|
|
|
|
+ return this.server.vanillaCommandDispatcher.getDispatcher(); // CraftBukkit
|
2017-05-14 04:00:00 +02:00
|
|
|
}
|
|
|
|
|
2018-12-13 01:00:00 +01:00
|
|
|
public void tick() {
|