mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 19:55:33 +00:00
Fixed craftingDataCacheRebuildTimer never being stopped
This commit is contained in:
parent
9e11cc03de
commit
24ac5f8be0
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user