Add toggle ghost visibility button to ghost GUI (#12325)
* Add toggle ghost visibility button to ghosts * Rename to toggleghosts
This commit is contained in:
@@ -155,5 +155,10 @@ namespace Content.Client.Ghost
|
||||
{
|
||||
_console.RemoteExecuteCommand(null, "ghostroles");
|
||||
}
|
||||
|
||||
public void ToggleGhostVisibility()
|
||||
{
|
||||
_console.RemoteExecuteCommand(null, "toggleghosts");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user