Skip to content

Commit

Permalink
Merge pull request #239 from cm8263/patch-1
Browse files Browse the repository at this point in the history
Updated swapped Death and Join/Leave Noti Perms
  • Loading branch information
TomGrobbe authored May 25, 2021
2 parents ff4c66b + 1677b4a commit 732abf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vMenu/menus/MiscSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,11 @@ private void CreateMenu()
menu.AddMenuItem(drawTime); // always allowed
if (IsAllowed(Permission.MSJoinQuitNotifs))
{
menu.AddMenuItem(deathNotifs);
menu.AddMenuItem(joinQuitNotifs);
}
if (IsAllowed(Permission.MSDeathNotifs))
{
menu.AddMenuItem(joinQuitNotifs);
menu.AddMenuItem(deathNotifs);
}
if (IsAllowed(Permission.MSNightVision))
{
Expand Down

0 comments on commit 732abf4

Please sign in to comment.