Fix PDA capitalization to be PascalCase (#17335)
This commit is contained in:
@@ -857,11 +857,11 @@ public sealed partial class AdminVerbSystem
|
||||
{
|
||||
return slotEntity.Value;
|
||||
}
|
||||
else if (TryComp<PDAComponent>(slotEntity, out var pda))
|
||||
else if (TryComp<PdaComponent>(slotEntity, out var pda))
|
||||
{
|
||||
if (pda.ContainedID != null)
|
||||
if (pda.ContainedId != null)
|
||||
{
|
||||
return pda.ContainedID.Owner;
|
||||
return pda.ContainedId.Owner;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user