From 74b9e5d643e44b3923cf9b0fab0d28fc4de849fd Mon Sep 17 00:00:00 2001 From: meew0 Date: Fri, 16 Sep 2016 02:09:57 +0200 Subject: [PATCH] Update default permissions (#706) During the nickname update the default value was changed from 36953089 to 104324097 to include some of the new nickname permissions. --- src/util/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index b122fdb58..754363cb2 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -238,4 +238,4 @@ for (const key in PermissionFlags) _ALL_PERMISSIONS |= PermissionFlags[key]; exports.ALL_PERMISSIONS = _ALL_PERMISSIONS; -exports.DEFAULT_PERMISSIONS = 36953089; +exports.DEFAULT_PERMISSIONS = 104324097;