File tree Expand file tree Collapse file tree
folia-server/minecraft-patches/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7482,7 +7482,7 @@ index 566304106fd4f1c677a56e7c66282d1570e7b974..f046aca874eb3376696baaad3719a698
74827482 }
74837483
74847484diff --git a/net/minecraft/commands/Commands.java b/net/minecraft/commands/Commands.java
7485- index 668eb52d71d77f75c24d4840be9a6c49d96dfc34..d4a5ba350f3cf0d6cd2aab786e1ef8dbb616ee2b 100644
7485+ index 668eb52d71d77f75c24d4840be9a6c49d96dfc34..c859197d643fd96ea2a5ef51837abc457e27f002 100644
74867486--- a/net/minecraft/commands/Commands.java
74877487+++ b/net/minecraft/commands/Commands.java
74887488@@ -196,15 +196,15 @@ public class Commands {
@@ -7535,7 +7535,7 @@ index 668eb52d71d77f75c24d4840be9a6c49d96dfc34..d4a5ba350f3cf0d6cd2aab786e1ef8db
75357535 RecipeCommand.register(this.dispatcher);
75367536 FetchProfileCommand.register(this.dispatcher);
75377537- ReturnCommand.register(this.dispatcher);
7538- + ReturnCommand.register(this.dispatcher); // Folia - region threading - TODO later
7538+ + // ReturnCommand.register(this.dispatcher); // Folia - region threading
75397539 RideCommand.register(this.dispatcher);
75407540 RotateCommand.register(this.dispatcher);
75417541 SayCommand.register(this.dispatcher);
You can’t perform that action at this time.
0 commit comments