Last active
February 3, 2019 14:54
-
-
Save MartinZikmund/d1c8d36d6cb19c536164d9847c11a965 to your computer and use it in GitHub Desktop.
Checks if user is a goat (subject to teleportations)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var userManager = (UserManager)GetSystemService(UserService); | |
if (userManager.IsUserAGoat) | |
{ | |
//🐐 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment