Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Reactivate command: /worldborder
Browse files Browse the repository at this point in the history
I haven't found any bugs
  • Loading branch information
Euphillya committed Sep 12, 2023
1 parent eef4160 commit 80f6d48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = fr.euphilia.tenseimc
version = 1.20.1-R0.1-SNAPSHOT
mcVersion = 1.20.1

foliaRef = f6e91e9a4cd5ba4eb5a1f89f71fd6b4f2bd0fbef
foliaRef = edafbcef6884cffe493e62cd71f4957708fba7ff

org.gradle.caching=true
org.gradle.parallel=false
Expand Down
19 changes: 19 additions & 0 deletions patches/server/0030-Reactivate-command-worldborder.patch
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);
}

0 comments on commit 80f6d48

Please sign in to comment.