Fixed craftingDataCacheRebuildTimer never being stopped

This commit is contained in:
Dylan K. Taylor 2020-12-13 21:41:22 +00:00
parent 9e11cc03de
commit 24ac5f8be0
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -127,6 +127,7 @@ final class CraftingDataCache{
);
}
Timings::$craftingDataCacheRebuildTimer->stopTiming();
return $pk;
}
}