Bit of tidying

This commit is contained in:
Jim Shield
2025-09-10 01:26:02 +01:00
parent 301b069312
commit a0377df713
4 changed files with 22 additions and 13 deletions

View File

@@ -236,7 +236,6 @@ local moneyFunc = {
--- ```lua
--- chargePlayer(100, "cash", playerId)
--- ```
---
function chargePlayer(cost, moneyType, newsrc)
local is_success = false
local src = newsrc or source