Updated Upstream (Tuinity)

Upstream has released updates that appears to apply and compile correctly

Tuinity Changes:
30ac89a Fix missing areas for regionfile recalculation
This commit is contained in:
William Blake Galbreath
2020-08-21 21:55:37 -05:00
parent 1af3ae4877
commit e28eb8c47d
2 changed files with 51 additions and 17 deletions

View File

@@ -3,9 +3,12 @@ From: Spottedleaf <Spottedleaf@users.noreply.github.com>
Date: Fri, 14 Dec 2018 21:52:29 -0800
Subject: [PATCH] Tuinity API Changes
Tuinity config
API to retrieve raw YamlConfiguration + timing exports
diff --git a/pom.xml b/pom.xml
index 1a34f688..95a99b7b 100644
index 1a34f6880..95a99b7b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,18 @@
@@ -34,7 +37,7 @@ index 1a34f688..95a99b7b 100644
<properties>
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
index 6e01bf2d..46c4d98c 100644
index 6e01bf2d5..46c4d98ce 100644
--- a/src/main/java/org/bukkit/Server.java
+++ b/src/main/java/org/bukkit/Server.java
@@ -1447,6 +1447,14 @@ public interface Server extends PluginMessageRecipient {