Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonyoze committed Aug 11, 2024
1 parent 3b6d5d2 commit 91290e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/bsu/lib/server/pp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end

-- utility function for hooks to know if a player has permission over an entity
-- can return the following:
-- true - player has permission (player is superadmin and must have permission)
-- true - player has permission
-- nil - player has permission (nil so another addon can decide if the player should have permission)
-- false - player doesn't have permission
function BSU.PlayerHasPermission(ply, ent, perm, ...)
Expand Down

0 comments on commit 91290e1

Please sign in to comment.