This commit is contained in:
Cinder
2019-10-08 20:20:32 -05:00
parent 5ebf8c835b
commit 6edbf29a4c
30 changed files with 51 additions and 78 deletions

View File

@@ -827,7 +827,7 @@ namespace OpenMetaverse.Packets
for (int i = 0; i < lines.Length; i++)
{
if (!String.IsNullOrEmpty(lines[i]))
if (!string.IsNullOrEmpty(lines[i]))
{
NameValue nv = new NameValue(lines[i]);
nameValues[i] = nv;