Removed lua, because it shouldnt be here.
Attempted hotfix of trashcan abuse. User's inventory shouldn't be saved if they are being nagged about logging out.
This commit is contained in:
parent
491eafd484
commit
4c4cd4027d
6 changed files with 153 additions and 285 deletions
|
|
@ -24,22 +24,15 @@ using System.Net.Sockets;
|
|||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using Terraria;
|
||||
using TShockAPI.LuaSystem;
|
||||
|
||||
namespace TShockAPI
|
||||
{
|
||||
public class Utils
|
||||
{
|
||||
LuaLoader Parent; //For Lua Functions that require the LuaLoader
|
||||
public Utils()
|
||||
{
|
||||
}
|
||||
|
||||
public Utils(LuaLoader parent)
|
||||
{
|
||||
Parent = parent;
|
||||
}
|
||||
|
||||
public Random Random = new Random();
|
||||
//private static List<Group> groups = new List<Group>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue