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