Fix duplicate functions and typos

This commit is contained in:
Jim Shield
2025-04-22 19:16:31 +01:00
parent 673d9e3a12
commit 45c5af8e81
10 changed files with 85 additions and 239 deletions

View File

@@ -432,7 +432,7 @@ function hasJob(job, source, grade)
return hasJobFlag, duty
end
--- Retrieves basic player information (name, cash, bank, job, etc.) based on the active inventory system.
--- Retrieves basic player information (name, cash, bank, job, etc.) based on the active core/inventory system.
---
--- Can be called server-side (passing a player source) or client-side (for current player).
---