mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -405,7 +405,7 @@ namespace OpenSim.Framework.Console
|
||||
bool addcr = false;
|
||||
foreach (string s in current.Keys)
|
||||
{
|
||||
if (s == String.Empty)
|
||||
if (s.Length == 0)
|
||||
{
|
||||
CommandInfo ci = (CommandInfo)current[String.Empty];
|
||||
if (ci.fn.Count != 0)
|
||||
|
||||
Reference in New Issue
Block a user