diff --git a/src/network/ServerSideNetworkHandler.cpp b/src/network/ServerSideNetworkHandler.cpp index 5472b4d..50c5059 100755 --- a/src/network/ServerSideNetworkHandler.cpp +++ b/src/network/ServerSideNetworkHandler.cpp @@ -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 items = recipe->getItemPack().getItemInstances();