mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Fix Build Error with Auto-networked EntityUid Dictionaries (#5569)
This commit is contained in:
@@ -329,7 +329,7 @@ namespace Robust.Shared.CompNetworkGenerator
|
||||
cast = $"({castString})";
|
||||
|
||||
handleStateSetters.Append($@"
|
||||
EnsureEntityDictionary<{ensureGeneric}>(state.{name}, uid, component.{name})");
|
||||
EnsureEntityDictionary<{ensureGeneric}>(state.{name}, uid, component.{name});");
|
||||
|
||||
deltaHandleFields.Append($@"
|
||||
EnsureEntityDictionary<{ensureGeneric}>({cast} {fieldHandleValue}, uid, component.{name});");
|
||||
|
||||
Reference in New Issue
Block a user