tshock.admin.createdumps is now a default owner level permission
This commit is contained in:
parent
419b5415da
commit
bdabf020d2
1 changed files with 2 additions and 1 deletions
|
|
@ -172,7 +172,8 @@ namespace TShockAPI.DB
|
||||||
Permissions.serverinfo,
|
Permissions.serverinfo,
|
||||||
Permissions.settempgroup,
|
Permissions.settempgroup,
|
||||||
Permissions.spawnrate,
|
Permissions.spawnrate,
|
||||||
Permissions.tpoverride));
|
Permissions.tpoverride,
|
||||||
|
Permissions.createdumps));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load Permissions from the DB
|
// Load Permissions from the DB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue