whitespace.
This commit is contained in:
parent
85d9f0166b
commit
2e24c75442
1 changed files with 2 additions and 2 deletions
|
|
@ -251,8 +251,8 @@ namespace Server.Mobiles
|
|||
|
||||
Container pack = e.Mobile.Backpack;
|
||||
|
||||
if ( !int.TryParse( split[1], out amount ) )
|
||||
break;
|
||||
if ( !int.TryParse( split[1], out amount ) )
|
||||
break;
|
||||
|
||||
if ( (!Core.ML && amount > 5000) || (Core.ML && amount > 60000) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue