parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -457,7 +457,7 @@ namespace Server.Commands
|
|||
|
||||
if (shouldLog)
|
||||
CommandLogging.LogChangeProperty(from, logObject, givenName,
|
||||
toSet == null ? "(-null-)" : toSet.ToString());
|
||||
toSet?.ToString() ?? "(-null-)");
|
||||
|
||||
prop.SetValue(obj, toSet, null);
|
||||
return "Property has been set.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue