Content update for NetEntities (#18935)
This commit is contained in:
@@ -93,7 +93,7 @@ public sealed class GeigerSystem : SharedGeigerSystem
|
||||
CurrentRadiation = component.CurrentRadiation,
|
||||
DangerLevel = component.DangerLevel,
|
||||
IsEnabled = component.IsEnabled,
|
||||
User = component.User
|
||||
User = GetNetEntity(component.User)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user