Added /reply (/r) - Sends a whisper to the last person who whispered to you
/whisper now uses string.Join
This commit is contained in:
parent
b4b54317d7
commit
7cc56a1b5a
2 changed files with 17 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue