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

View File

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