Fixed SaveSSI on kick potentially breaking

Added method to save an inventory in SSI to TSPlayer
This commit is contained in:
Lucas Nicodemus 2012-05-25 20:03:27 -06:00
parent e821236a04
commit b8c2c1aded
3 changed files with 28 additions and 3 deletions

1
TShockAPI/TShock.cs Executable file → Normal file
View file

@ -77,6 +77,7 @@ namespace TShockAPI
/// </summary>
public static event Action Initialized;
public static List<int> TakenPlayerIDs = new List<int>();
public override Version Version
{