Remove CanReturnToBody property from SharedGhostComponent
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Server.GameObjects.Components.Observer
|
||||
private bool _canReturnToBody = true;
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public override bool CanReturnToBody
|
||||
public bool CanReturnToBody
|
||||
{
|
||||
get => _canReturnToBody;
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user