From 2e24c75442e1efebd208cba29f38e541a487033b Mon Sep 17 00:00:00 2001 From: xavier Date: Thu, 18 Nov 2010 22:26:14 +0000 Subject: [PATCH] whitespace. --- Scripts/Mobiles/Townfolk/Banker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Mobiles/Townfolk/Banker.cs b/Scripts/Mobiles/Townfolk/Banker.cs index ba992e405..86de6fd4c 100644 --- a/Scripts/Mobiles/Townfolk/Banker.cs +++ b/Scripts/Mobiles/Townfolk/Banker.cs @@ -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) ) {