Apply and move up non-optimization patches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user