Changed the /who output to more appropriately reflect what it is
This commit is contained in:
parent
d890359551
commit
5980498569
1 changed files with 1 additions and 1 deletions
|
|
@ -3035,7 +3035,7 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (page < pagecount)
|
if (page < pagecount)
|
||||||
{
|
{
|
||||||
args.Player.SendMessage(string.Format("Type /who {0} for more warps.", (page + 2)), Color.Yellow);
|
args.Player.SendMessage(string.Format("Type /who {0} for more players.", (page + 2)), Color.Yellow);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue