Do not show character interface for observers.
This commit is contained in:
@@ -36,6 +36,11 @@ namespace Content.Client.GameObjects.EntitySystems
|
||||
|
||||
var menu = characterInterface.Window;
|
||||
|
||||
if (menu == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (menu.IsOpen)
|
||||
{
|
||||
if (menu.IsAtFront())
|
||||
|
||||
Reference in New Issue
Block a user