Fixed SaveSSI on kick potentially breaking
Added method to save an inventory in SSI to TSPlayer
This commit is contained in:
parent
e821236a04
commit
b8c2c1aded
3 changed files with 28 additions and 3 deletions
1
TShockAPI/TShock.cs
Executable file → Normal file
1
TShockAPI/TShock.cs
Executable file → Normal 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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue