Revert submodule to 180.2.1 (#21870)

This commit is contained in:
metalgearsloth
2023-11-24 10:56:13 +11:00
committed by GitHub
parent 0c4e2650dd
commit 15052bf7c2
3 changed files with 2 additions and 23 deletions

View File

@@ -217,7 +217,7 @@ public sealed class PrototypeSaveTest
SerializationHookContext hookCtx,
ISerializationContext? context, ISerializationManager.InstantiationDelegate<EntityUid>? instanceProvider)
{
return EntityUid.Parse(node.Value, "0");
return EntityUid.Parse(node.Value);
}
}
}