Fix PaginationTools
This commit is contained in:
parent
766b077e99
commit
84f882472b
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (lineBuilder.Length > 0)
|
if (lineBuilder.Length > 0)
|
||||||
{
|
{
|
||||||
lines.Add(lineBuilder.ToString().Substring(0, lineBuilder.Length - 2));
|
lines.Add(lineBuilder.ToString().Substring(0, lineBuilder.Length - separator.Length));
|
||||||
}
|
}
|
||||||
return lines;
|
return lines;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue