Fix Punpun crew monitor sensor (#20484)

This commit is contained in:
Repo
2023-09-28 23:53:53 +13:00
committed by GitHub
parent c0ddb6f411
commit 0a8a6f81c5
5 changed files with 30 additions and 1 deletions

View File

@@ -5,5 +5,8 @@ namespace Content.Server.Access.Components
{
[DataField("job")]
public string? JobName;
[DataField("name")]
public string? IdName;
}
}