String patch, thanks Carmina

This commit is contained in:
mark 2006-12-12 19:22:43 +00:00
parent 332effd18f
commit 88658b58e2
15 changed files with 33 additions and 33 deletions

View file

@ -46,7 +46,7 @@ namespace Server.SkillHandlers
{
foreach ( string line in page.Lines )
{
if ( line.Trim() != "" )
if ( line.Trim().Length != 0 )
return false;
}
}
@ -159,4 +159,4 @@ namespace Server.SkillHandlers
}
}
}
}
}