Skip to content

Commit

Permalink
xdddd
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 committed Feb 26, 2025
1 parent d0b0f60 commit 9970426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void UpdatePopulate(EntityUid? targetPda, EntityUid? targetId)
}
}

_window.Populate(EntMan.System<PdaIdPainterSystem>()._pdaAndIdProtos, chosenPda, chosenId);
_window.Populate(EntMan.System<PdaIdPainterSystem>().PdaAndIdProtos, chosenPda, chosenId);
}

private void OnPdaPicked(string args)
Expand Down

0 comments on commit 9970426

Please sign in to comment.