pvs content (#5484)
Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Content.Shared.Ghost
|
||||
[DataField("canReturnToBody")]
|
||||
private bool _canReturnToBody;
|
||||
|
||||
public override ComponentState GetComponentState(ICommonSession player)
|
||||
public override ComponentState GetComponentState()
|
||||
{
|
||||
return new GhostComponentState(CanReturnToBody, CanGhostInteract);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user