Changed the /who output to more appropriately reflect what it is

This commit is contained in:
Lucas Nicodemus 2012-05-29 19:07:22 -06:00
parent d890359551
commit 5980498569

View file

@ -3035,7 +3035,7 @@ namespace TShockAPI
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);
}
}