misc superficial
This commit is contained in:
parent
8af17e640b
commit
f2a557ac05
3 changed files with 2 additions and 4 deletions
|
|
@ -1176,8 +1176,6 @@ namespace Server.Commands
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if ( ser != 0 )
|
||||
from.SendMessage( "No object with that serial was found." );
|
||||
else
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -159,4 +159,4 @@ namespace Server.SkillHandlers
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue