Updated Upstream (Tuinity)

Upstream has released updates that appears to apply and compile correctly

    Tuinity Changes:
    8750b61 Fix entity count in timings and add water-ambient to per world spawn limits
    2d9c2c8 Improve concurrent UserCache access
This commit is contained in:
William Blake Galbreath
2020-07-11 10:45:04 -05:00
parent c4f05ee8cb
commit fb64f9a068
4 changed files with 197 additions and 101 deletions

View File

@@ -5,7 +5,7 @@ Subject: [PATCH] Tuinity API Changes
diff --git a/pom.xml b/pom.xml
index 06aa32269..d04593fee 100644
index 15ce1c66462351d6d1ba55c111db13ef1c9f0789..63dfd1c647fd4d3b9b9924627d766c095d286f14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,18 +3,18 @@
@@ -34,7 +34,7 @@ index 06aa32269..d04593fee 100644
<properties>
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
index 0653e0ffe..65a40c4a9 100644
index 0653e0ffe96748dc971ec7e8027f8159696adf62..65a40c4a9b24fa607d284e203becba034520b75d 100644
--- a/src/main/java/org/bukkit/Server.java
+++ b/src/main/java/org/bukkit/Server.java
@@ -1438,6 +1438,14 @@ public interface Server extends PluginMessageRecipient {