From e416ab07933d26cbd1dcb9e74a5d962b34218ece Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Tue, 5 Apr 2016 15:19:19 +0400 Subject: [PATCH] Update inventorymanager.cpp --- src/inventorymanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inventorymanager.cpp b/src/inventorymanager.cpp index d82dd6fc8..c55a0f9c8 100644 --- a/src/inventorymanager.cpp +++ b/src/inventorymanager.cpp @@ -171,7 +171,7 @@ void IMoveAction::apply(InventoryManager *mgr, ServerActiveObject *player, IGame { Inventory *inv_from = mgr->getInventory(from_inv); Inventory *inv_to = mgr->getInventory(to_inv); - + if (!inv_from) { infostream << "IMoveAction::apply(): FAIL: source inventory not found: " << "from_inv=\""<