Change remembered position teleporter to a short delay

This commit is contained in:
k0rd 2013-10-01 19:00:03 -04:00
parent 931e65fd80
commit c4bb414ab4
2 changed files with 26 additions and 8 deletions

View file

@ -62,7 +62,13 @@ namespace TShockAPI
/// A timer to keep track of whether or not the player has recently thrown an explosive
// </summary>
public int RecentFuse = 0;
/// <summary>
/// A system to delay Remembered Position Teleports a few seconds
/// </summary>
public int RPPending = 0;
/// <summary>
/// A queue of tiles destroyed by the player for reverting.
/// </summary>