mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
remove some more useless NULL arguments
This commit is contained in:
@@ -1040,7 +1040,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
|
||||
|
||||
if(!GetUser(userId, out ud))
|
||||
{
|
||||
MainConsole.Instance.Output("No name known for user with id {0}", null, userId);
|
||||
MainConsole.Instance.Output("No name known for user with id {0}", userId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user