Merge network refactors

This commit is contained in:
Dylan K. Taylor
2017-07-14 13:04:02 +01:00
23 changed files with 1213 additions and 650 deletions

View File

@ -112,7 +112,6 @@ class CraftingManager{
}
$pk->encode();
$pk->isEncoded = true;
$this->craftingDataCache = $pk;
Timings::$craftingDataCacheRebuildTimer->stopTiming();