Add SaveLoadSavePrototype test (#18859)
This commit is contained in:
@@ -232,7 +232,7 @@ public sealed class PrototypeSaveTest
|
||||
SerializationHookContext hookCtx,
|
||||
ISerializationContext? context, ISerializationManager.InstantiationDelegate<EntityUid>? instanceProvider)
|
||||
{
|
||||
return EntityUid.Invalid;
|
||||
return EntityUid.Parse(node.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user