Content update for NetEntities (#18935)
This commit is contained in:
@@ -26,7 +26,7 @@ public sealed class GeigerSystem : SharedGeigerSystem
|
||||
component.CurrentRadiation = state.CurrentRadiation;
|
||||
component.DangerLevel = state.DangerLevel;
|
||||
component.IsEnabled = state.IsEnabled;
|
||||
component.User = state.User;
|
||||
component.User = EnsureEntity<GeigerComponent>(state.User, uid);
|
||||
component.UiUpdateNeeded = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user