diff --git a/TShockAPI/TSPlayer.cs b/TShockAPI/TSPlayer.cs
index d522a061..7364e6eb 100755
--- a/TShockAPI/TSPlayer.cs
+++ b/TShockAPI/TSPlayer.cs
@@ -1019,7 +1019,10 @@ namespace TShockAPI
}
///
- /// Checks to see if a player or its associated group/temporary group has a specified permission.
+ /// Checks to see if a player has a specific permission.
+ /// Fires the hook which may be handled to override permission checks.
+ /// If the OnPlayerPermission hook is not handled and the player is assigned a temporary group, this method calls on the temporary group and returns the result.
+ /// If the OnPlayerPermission hook is not handled and the player is not assigned a temporary group, this method calls on the player's current group.
///
/// The permission to check.
/// True if the player has that permission.