More Changes
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Content.Client.Singularity
|
||||
var distortions = _entityManager.EntityQuery<SingularityDistortionComponent>();
|
||||
foreach (var distortion in distortions) //Add all singulos that are not added yet but qualify
|
||||
{
|
||||
var singuloEntity = distortion.Owner;
|
||||
var singuloEntity = distortion.OwnerUid;
|
||||
|
||||
if (!_singularities.Keys.Contains(singuloEntity) && SinguloQualifies(singuloEntity, currentEyeLoc))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user