Fix perms for 'User Info…' menuitem

This commit is contained in:
Jaidyn Ann 2021-07-06 14:48:31 -05:00
parent 52a580e03d
commit 4cca893e91

View File

@ -41,7 +41,7 @@ resource(1100) message
"class" = "BMenuItem", "class" = "BMenuItem",
"_label" = "User info…", "_label" = "User info…",
"_msg" = message('CYuw'), "_msg" = message('CYuw'),
int32 "x_perms" = PERM_KICK, int32 "x_perms" = 0,
int32 "x_target_perms" = 0, int32 "x_target_perms" = 0,
int32 "x_target_antiperms" = 0, int32 "x_target_antiperms" = 0,
bool "x_priority" = false, bool "x_priority" = false,