Attempting to fix adding an IP admin
This commit is contained in:
parent
d021c9077f
commit
a691202e03
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue