diff options
Diffstat (limited to 'src/content_inventory.cpp')
-rw-r--r-- | src/content_inventory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_inventory.cpp b/src/content_inventory.cpp index 2a05b76f0..21acad307 100644 --- a/src/content_inventory.cpp +++ b/src/content_inventory.cpp @@ -77,7 +77,7 @@ ServerActiveObject* item_craft_create_object(const std::string &subname, } else if(subname == "testobject1") { - ServerActiveObject *obj = new LuaEntitySAO(env, pos, "TNT", ""); + ServerActiveObject *obj = new LuaEntitySAO(env, pos, "testentity", ""); return obj; } |