Added /reply (/r) - Sends a whisper to the last person who whispered to you

/whisper now uses string.Join
This commit is contained in:
Deathmax 2011-07-01 21:13:17 +08:00
parent b4b54317d7
commit 7cc56a1b5a
2 changed files with 17 additions and 4 deletions

View file

@ -40,6 +40,7 @@ namespace TShockAPI
public bool InitSpawn = false;
public bool DisplayLogs = true;
public Vector2 oldSpawn = Vector2.Zero;
public TSPlayer LastWhisper;
public bool RealPlayer
{