parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -149,7 +149,7 @@ namespace Server.Gumps
|
|||
}
|
||||
|
||||
if (from != focus && focus.Hidden && from.AccessLevel < focus.AccessLevel &&
|
||||
(!(focus is PlayerMobile) || !((PlayerMobile)focus).VisibilityList.Contains(from)))
|
||||
(focus as PlayerMobile)?.VisibilityList.Contains(from) != true)
|
||||
{
|
||||
from.SendMessage("That character is no longer visible.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue