mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-20 01:47:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: 94315dad Fix erroneuous entity count reporting in timings
This commit is contained in:
@@ -99,10 +99,10 @@ index 5bd3bcc2b..5f2bb140a 100644
|
||||
return this.E;
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
|
||||
index 37a4b08e3..e6ad5a6ab 100644
|
||||
index 137078daf..b112fa052 100644
|
||||
--- a/src/main/java/net/minecraft/server/WorldServer.java
|
||||
+++ b/src/main/java/net/minecraft/server/WorldServer.java
|
||||
@@ -2358,6 +2358,7 @@ public class WorldServer extends World implements GeneratorAccessSeed {
|
||||
@@ -2357,6 +2357,7 @@ public class WorldServer extends World implements GeneratorAccessSeed {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user