Commit 680fb51c authored by Max Kellermann's avatar Max Kellermann

Permission: add "player" to default permission set

Forgot that in commit 9a766f4c
parent 77d74b40
......@@ -94,6 +94,7 @@ void
initPermissions(const ConfigData &config)
{
permission_default = PERMISSION_READ | PERMISSION_ADD |
PERMISSION_PLAYER |
PERMISSION_CONTROL | PERMISSION_ADMIN;
for (const auto &param : config.GetParamList(ConfigOption::PASSWORD)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment