Fix compile errors

This commit is contained in:
2026-03-27 02:42:34 +02:00
parent d1672c0ee2
commit f0cb6d0b7c

View File

@@ -550,7 +550,7 @@ void ServerSideNetworkHandler::handle(const RakNet::RakNetGUID& source, WantCrea
wantCreate.count = packet->count;
wantCreate.setAuxValue(packet->auxValue);
Recipe* recipe = Recipe::getInstance()->getRecipeFor(wantCreate);
Recipe* recipe = Recipes::getInstance()->getRecipeFor(wantCreate);
std::vector<ItemInstance> items = recipe->getItemPack().getItemInstances();