Release 1.11.4.1 (Winter Update)
This commit is contained in:
@@ -792,6 +792,7 @@ namespace Barotrauma
|
||||
ItemPrefab itemPrefab = ItemPrefab.Find(name, identifier);
|
||||
if (itemPrefab != null)
|
||||
{
|
||||
DebugConsole.AddWarning($"Could not find a structure with the identifier {identifier}, but there's a matching item with the identifier. Converting to an item.");
|
||||
t = typeof(Item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user