mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 06:42:25 +02:00
Fixes bug with PrototypeIdListSerializer where lists wouldn't be copied at all.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ namespace Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Pro
|
||||
bool skipHook,
|
||||
ISerializationContext? context)
|
||||
{
|
||||
return new();
|
||||
return new(source);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user