Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.24 KB | None | 0 0
  1.             var CurrentGroup = Rocket.Core.R.Permissions.GetGroups(caller, true);
  2.             if (CurrentGroup.Exists(k => string.Equals(k.DisplayName, "admins", StringComparison.InvariantCultureIgnoreCase)))
  3.             {
  4.  
  5.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement