Fix 3000 errors
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Content.Shared.StatusEffect
|
||||
{
|
||||
// Fuck this shit I hate it
|
||||
var newComponent = (Component) _componentFactory.GetComponent(component);
|
||||
newComponent.Owner = EntityManager.GetEntity(uid);
|
||||
newComponent.Owner = uid;
|
||||
|
||||
EntityManager.AddComponent(uid, newComponent);
|
||||
status.ActiveEffects[key].RelevantComponent = component;
|
||||
|
||||
Reference in New Issue
Block a user