misc superficial

This commit is contained in:
mark 2010-05-23 02:04:25 +00:00
parent 8af17e640b
commit f2a557ac05
3 changed files with 2 additions and 4 deletions

View file

@ -1176,8 +1176,6 @@ namespace Server.Commands
}
}
if ( ser != 0 )
from.SendMessage( "No object with that serial was found." );
else

View file

@ -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 )
{

View file

@ -159,4 +159,4 @@ namespace Server.SkillHandlers
}
}
}
}
}