This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I haven't found any bugs
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Bierque Jason <bierquejason@gmail.com> | ||
Date: Tue, 12 Sep 2023 15:43:22 +0200 | ||
Subject: [PATCH] Reactivate command: /worldborder I haven't found any bugs | ||
|
||
|
||
diff --git a/src/main/java/net/minecraft/commands/Commands.java b/src/main/java/net/minecraft/commands/Commands.java | ||
index 681cd79ce24fe5d952e987d46e2fd8df07a0f8a1..e8362f639225bf44f71de837fb96ebcbae45cb76 100644 | ||
--- a/src/main/java/net/minecraft/commands/Commands.java | ||
+++ b/src/main/java/net/minecraft/commands/Commands.java | ||
@@ -199,7 +199,7 @@ public class Commands { | ||
TitleCommand.register(this.dispatcher); | ||
//TriggerCommand.register(this.dispatcher); // Folia - region threading - TODO later | ||
WeatherCommand.register(this.dispatcher); | ||
- //WorldBorderCommand.register(this.dispatcher); // Folia - region threading - TODO later | ||
+ WorldBorderCommand.register(this.dispatcher); // Folia - region threading - TODO later // TenseiMC - I haven't found any bugs... | ||
if (JvmProfiler.INSTANCE.isAvailable()) { | ||
JfrCommand.register(this.dispatcher); | ||
} |