Unstable 1.2.1.0
This commit is contained in:
+2
-1
@@ -28,7 +28,8 @@ namespace Barotrauma
|
||||
{
|
||||
if (ItemTag.IsEmpty && ItemIdentifier.IsEmpty)
|
||||
{
|
||||
DebugConsole.ThrowError($"Error in event \"{ParentEvent.Prefab.Identifier}\". {nameof(WaitForItemFabricatedAction)} does't define either a tag or an identifier of the item to check.");
|
||||
DebugConsole.ThrowError($"Error in event \"{ParentEvent.Prefab.Identifier}\". {nameof(WaitForItemFabricatedAction)} does't define either a tag or an identifier of the item to check.",
|
||||
contentPackage: element.ContentPackage);
|
||||
}
|
||||
foreach (var item in Item.ItemList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user