aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/map/item_factory.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/item_factory.gd b/client/map/item_factory.gd
index a9de9b3a..38d9f1c0 100644
--- a/client/map/item_factory.gd
+++ b/client/map/item_factory.gd
@@ -51,4 +51,4 @@ static func produce(full_name: String, owned_by: Node3D) -> Item:
"glass": return Glass.new(owned_by, contents)
"plate": return Plate.new(owned_by, contents)
- _: return GenericItem.new(owned_by, name)
+ _: return GenericItem.new(owned_by, full_name)