From f2a557ac052ead6c562de7945e9aac5b9c21f1f5 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 23 May 2010 02:04:25 +0000 Subject: [PATCH] misc superficial --- Scripts/Commands/Handlers.cs | 2 -- Scripts/Engines/MyRunUO/MyRunUO.cs | 2 +- Scripts/Skills/Inscribe.cs | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Scripts/Commands/Handlers.cs b/Scripts/Commands/Handlers.cs index edbcfd89c..f98710d10 100644 --- a/Scripts/Commands/Handlers.cs +++ b/Scripts/Commands/Handlers.cs @@ -1176,8 +1176,6 @@ namespace Server.Commands } } - - if ( ser != 0 ) from.SendMessage( "No object with that serial was found." ); else diff --git a/Scripts/Engines/MyRunUO/MyRunUO.cs b/Scripts/Engines/MyRunUO/MyRunUO.cs index 36a5bff9a..efe5bd7e5 100644 --- a/Scripts/Engines/MyRunUO/MyRunUO.cs +++ b/Scripts/Engines/MyRunUO/MyRunUO.cs @@ -51,7 +51,7 @@ namespace Server.Engines.MyRunUO } } - [Usage( "PublicChar" )] + [Usage( "PrivateChar" )] [Description( "Disables showing extended character stats and skills in MyRunUO." )] public static void PrivateChar_OnCommand( CommandEventArgs e ) { diff --git a/Scripts/Skills/Inscribe.cs b/Scripts/Skills/Inscribe.cs index a4d2ba4a2..f87cdc46a 100644 --- a/Scripts/Skills/Inscribe.cs +++ b/Scripts/Skills/Inscribe.cs @@ -159,4 +159,4 @@ namespace Server.SkillHandlers } } } -} +} \ No newline at end of file