mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
remove some more useless NULL arguments
This commit is contained in:
@@ -327,7 +327,7 @@ namespace OpenSim.Region.OptionalModules.World.AutoBackup
|
||||
m_busy = false;
|
||||
}
|
||||
if (!found)
|
||||
MainConsole.Instance.Output("No such region {0}. Nothing to backup", null, name);
|
||||
MainConsole.Instance.Output("No such region {0}. Nothing to backup", name);
|
||||
}
|
||||
|
||||
private void ParseDefaultConfig(IConfig config)
|
||||
|
||||
Reference in New Issue
Block a user