Attempting to fix adding an IP admin

This commit is contained in:
Lucas Nicodemus 2011-07-13 04:25:18 -06:00
parent d021c9077f
commit a691202e03
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ namespace TShockAPI.DB
}
}
public int AddUser(string ip = "" , string name = "", string password = "", string group = "default")
public int AddUser(string ip = "" , string name = "", string password = "", string group = "default") //I LOVE HOW THIS IS COMPLETELY NOT THE FORMAT FOR, YOU KNOW, THE DB
{
try
{