diff options
Diffstat (limited to 'gamemode/core/pac/sv_pac.lua')
| -rw-r--r-- | gamemode/core/pac/sv_pac.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gamemode/core/pac/sv_pac.lua b/gamemode/core/pac/sv_pac.lua index 0764162..d06ef35 100644 --- a/gamemode/core/pac/sv_pac.lua +++ b/gamemode/core/pac/sv_pac.lua @@ -132,8 +132,8 @@ function p3.RemovePac(what, name) net.Broadcast() end ----Find the pacs applied to an entity --- Find all the pacs applied to a certain entity. +---Find the pacs applied to an entity. +-- Returns an array of the names of all the pacs applied to a certain entity function p3.GetPacs(what) return appliedpacs[what] or {} end |
