Apply and move up non-optimization patches

This commit is contained in:
Nassim Jahnke
2024-04-25 12:27:57 +02:00
parent 02eec3bcd0
commit 4047edb114
16 changed files with 73 additions and 155 deletions

View File

@@ -15795,8 +15795,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
try {
if (!this.initServer()) {
@@ -0,0 +0,0 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
long currentTime;
// Paper end - further improve server tick loop
// Paper end - Add onboarding message for initial server start
while (this.running) {
+ // Paper start - rewrite chunk system
+ // guarantee that nothing can stop the server from halting if it can at least still tick