Fixes implicit ternary expressions
This commit is contained in:
parent
c85b0a740c
commit
ff26dfa375
345 changed files with 1905 additions and 2336 deletions
|
|
@ -183,10 +183,9 @@ namespace Server.Engines.Help
|
|||
{
|
||||
if ( type == PageType.VerbalHarassment )
|
||||
return "Verbal Harassment";
|
||||
else if ( type == PageType.PhysicalHarassment )
|
||||
if ( type == PageType.PhysicalHarassment )
|
||||
return "Physical Harassment";
|
||||
else
|
||||
return type.ToString();
|
||||
return type.ToString();
|
||||
}
|
||||
|
||||
public static void OnHandlerChanged( Mobile old, Mobile value, PageEntry entry )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue