remove some more useless NULL arguments

This commit is contained in:
UbitUmarov
2019-10-22 12:39:50 +01:00
parent b98ad6c53c
commit da0a8d6c43
17 changed files with 45 additions and 52 deletions

View File

@@ -198,7 +198,7 @@ namespace OpenSim.Framework.Servers
if (newDebug < 0 || newDebug > 6)
{
MainConsole.Instance.Output("{0} is outside the valid debug level range of 0..6", null, newDebug);
MainConsole.Instance.Output("{0} is outside the valid debug level range of 0..6", newDebug);
return;
}