mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
parent
328f147493
commit
e380f77579
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
this.ao();
|
||||
+ timings.doSounds.stopTiming(); // Spigot
|
||||
|
||||
+ timings.doChunkGC.startTiming();// Spigot
|
||||
this.getWorld().processChunkGC(); // CraftBukkit
|
||||
+ timings.doChunkGC.stopTiming(); // Spigot
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue