mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
* Speed up region file creation by only using ftruncate(). The old method was extremely slow (~200ms to create a single region file), but the new one is much faster (in the order of ~15ms). (Numbers were measured on a Linode 2048) * Replace manual array fill with array_fill(). * Spaces -> tabs. * Update RegionLoader.php