Skip to content

Commit 0795007

Browse files
committed
Remove return command
It's for function execution, which we don't support.
1 parent a9b66cc commit 0795007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

folia-server/minecraft-patches/features/0001-Region-Threading-Base.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7482,7 +7482,7 @@ index 566304106fd4f1c677a56e7c66282d1570e7b974..f046aca874eb3376696baaad3719a698
74827482
}
74837483

74847484
diff --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);

0 commit comments

Comments
 (0)