From 5ce3f8f7b773e915e82f7a4616743dd820f51df4 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 7 Mar 2014 21:06:43 +0000 Subject: [PATCH] Correct misleading detached inventory error message Looks like a bit of hasty copying and pasting from s_item.cpp. --- src/script/cpp_api/s_inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/cpp_api/s_inventory.cpp b/src/script/cpp_api/s_inventory.cpp index 8542f0292..db3c13fe0 100644 --- a/src/script/cpp_api/s_inventory.cpp +++ b/src/script/cpp_api/s_inventory.cpp @@ -232,7 +232,7 @@ bool ScriptApiDetached::getDetachedInventoryCallback( // Should be a table if(lua_type(L, -1) != LUA_TTABLE) { - errorstream<<"Item \""<