mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +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;
|
return $pk;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user