Skip to content

Commit

Permalink
remove 1
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Nov 26, 2024
1 parent 65d331e commit 89a806f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private void CheckDelay(Entity<DelayedRuleComponent> ent)
if (!TryComp<MindComponent>(mindId, out var mind) || !TryGetEntity(mind.OriginalOwnedEntity, out var mob))
continue;

var uid = mob!.Value; // amazing language
var uid = mob.Value;
_popup.PopupEntity(Loc.GetString(ent.Comp.EndedPopup), uid, uid, PopupType.LargeCaution);
EntityManager.AddComponents(uid, comps);
}
Expand Down

0 comments on commit 89a806f

Please sign in to comment.