mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-30 20:13:31 +00:00
Fix compile errors
This commit is contained in:
@@ -550,7 +550,7 @@ void ServerSideNetworkHandler::handle(const RakNet::RakNetGUID& source, WantCrea
|
|||||||
wantCreate.count = packet->count;
|
wantCreate.count = packet->count;
|
||||||
wantCreate.setAuxValue(packet->auxValue);
|
wantCreate.setAuxValue(packet->auxValue);
|
||||||
|
|
||||||
Recipe* recipe = Recipe::getInstance()->getRecipeFor(wantCreate);
|
Recipe* recipe = Recipes::getInstance()->getRecipeFor(wantCreate);
|
||||||
|
|
||||||
std::vector<ItemInstance> items = recipe->getItemPack().getItemInstances();
|
std::vector<ItemInstance> items = recipe->getItemPack().getItemInstances();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user