Regions WORK!

This commit is contained in:
Lucas Nicodemus 2011-07-16 18:01:18 -06:00
parent 7cef36cfd0
commit 75e3e58c80
3 changed files with 17 additions and 40 deletions

View file

@ -23,7 +23,6 @@ using System.Data;
using System.Linq;
using System.Text;
using Community.CsharpSqlite.SQLiteClient;
namespace TShockAPI.DB
{
public class UserManager
@ -192,7 +191,6 @@ namespace TShockAPI.DB
return null;
}
}
public User GetUser(User user)
{
try