String patch, thanks Carmina
This commit is contained in:
parent
332effd18f
commit
88658b58e2
15 changed files with 33 additions and 33 deletions
|
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue