Upgrades code style - First batch (#22)
This commit is contained in:
parent
8ee42c8ea2
commit
632e8b4757
1834 changed files with 10245 additions and 10437 deletions
|
|
@ -234,7 +234,7 @@ namespace Server.Items
|
|||
return base.CheckHold( m, item, false, checkItems, plusItems, plusWeight );
|
||||
}
|
||||
|
||||
public override int DefaultMaxWeight{ get{ return 1600; } }
|
||||
public override int DefaultMaxWeight => 1600;
|
||||
|
||||
public override bool CheckContentDisplay( Mobile from )
|
||||
{
|
||||
|
|
@ -957,7 +957,7 @@ namespace Server.Items
|
|||
|
||||
if ( version == 0 && Weight == 15 )
|
||||
Weight = -1;
|
||||
|
||||
|
||||
if ( version < 2 )
|
||||
GumpID = 0x10B;
|
||||
}
|
||||
|
|
@ -993,4 +993,4 @@ namespace Server.Items
|
|||
Weight = -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue