Fixes FindItemsByType and FindItemByType and new override of IsLockedDown and IsSecure by renaming their methods.
This commit is contained in:
parent
7321fa1b63
commit
a48ebb3a5f
50 changed files with 416 additions and 643 deletions
|
|
@ -304,12 +304,7 @@ namespace Server.Commands
|
|||
return "The properties have been decreased.";
|
||||
}
|
||||
|
||||
private static string InternalGetValue(object o, PropertyInfo p)
|
||||
{
|
||||
return InternalGetValue(o, p, null);
|
||||
}
|
||||
|
||||
private static string InternalGetValue(object o, PropertyInfo p, PropertyInfo[] chain)
|
||||
private static string InternalGetValue(object o, PropertyInfo p, PropertyInfo[] chain = null)
|
||||
{
|
||||
Type type = p.PropertyType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue