From 598049856924180e6be95f1a719a856db3ad9da8 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 29 May 2012 19:07:22 -0600 Subject: [PATCH] Changed the /who output to more appropriately reflect what it is --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index e4068e5a..3facea72 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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); } }