AGhost now un-aghosts you if you are already a ghost.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Content.Server.Administration.Commands
|
|||||||
|
|
||||||
if (mind.VisitingEntity != null && mind.VisitingEntity.HasComponent<GhostComponent>())
|
if (mind.VisitingEntity != null && mind.VisitingEntity.HasComponent<GhostComponent>())
|
||||||
{
|
{
|
||||||
shell.WriteLine("Aren't you a ghost already?");
|
player.ContentData()!.Mind?.UnVisit();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user