Default permissions are fixed
This commit is contained in:
parent
820b3c5c1f
commit
4ca7a9aeec
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ namespace TShockAPI.DB
|
|||
else if (TShock.Config.StorageType.ToLower() == "mysql")
|
||||
com.CommandText = "INSERT IGNORE INTO GroupList SET GroupName=@groupname, Commands=@commands, OrderBy=@order;";
|
||||
com.AddParameter("@groupname", "trustedadmin");
|
||||
com.AddParameter("@commands", "maintenance,cfg,butcher,cheat,immunetoban,ignorecheatdetection,ignoregriefdetection,usebanneditem,manageusers");
|
||||
com.AddParameter("@commands", "maintenance,cfg,butcher,item,heal,immunetoban,ignorecheatdetection,ignoregriefdetection,usebanneditem,manageusers");
|
||||
com.AddParameter("@order", "1");
|
||||
com.ExecuteNonQuery();
|
||||
com.Parameters.Clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue