readd chunk pos long optimization

This commit is contained in:
Lulu13022002
2024-12-15 16:11:42 +01:00
parent 0895318159
commit 1d6c40afac
3 changed files with 12 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
}
});
- server.getCommands().performPrefixedCommand(commandSourceStack, this.command);
+ server.getCommands().dispatchServerCommand(commandSourceStack, this.command); // CraftBukkit
+ server.getCommands().dispatchServerCommand(commandSourceStack, this.command); // CraftBukkit
} catch (Throwable var6) {
CrashReport crashReport = CrashReport.forThrowable(var6, "Executing command block");
CrashReportCategory crashReportCategory = crashReport.addCategory("Command to be executed");