Adds more formatting

This commit is contained in:
Kamron Batman 2018-08-19 21:28:24 +08:00
parent e77d695684
commit f674ec2be0
68 changed files with 530 additions and 876 deletions

View file

@ -16,8 +16,8 @@ namespace Server.Items
public static void GetContextMenuEntries( Mobile from, Item item, List<ContextMenuEntry> list )
{
if ( from is PlayerMobile )
list.Add( new LockKarmaEntry( (PlayerMobile)from ) );
if ( from is PlayerMobile mobile )
list.Add( new LockKarmaEntry( mobile ) );
list.Add( new ResurrectEntry( from, item ) );