Add missed chunkGC timings start

Pointed out by Andi in Spigot #53
This commit is contained in:
md_5 2016-03-03 20:22:48 +11:00
parent 328f147493
commit e380f77579

View file

@ -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
}