mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed craftingDataCacheRebuildTimer never being stopped
This commit is contained in:
1
src/network/mcpe/cache/CraftingDataCache.php
vendored
1
src/network/mcpe/cache/CraftingDataCache.php
vendored
@ -127,6 +127,7 @@ final class CraftingDataCache{
|
||||
);
|
||||
}
|
||||
|
||||
Timings::$craftingDataCacheRebuildTimer->stopTiming();
|
||||
return $pk;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user