mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
Update main.lua
This commit is contained in:
@@ -122,7 +122,7 @@ AddEventHandler("newCharacter", function(newCharacter)
|
||||
local departmentCheck = validateDepartment(player, newCharacter.department)
|
||||
if not departmentCheck then return end
|
||||
|
||||
if config.enableMoneySystem
|
||||
if config.enableMoneySystem then
|
||||
local startingCash = newCharacter.startingCash
|
||||
local startingBank = newCharacter.startingBank
|
||||
-- Don't trust the client, validate maximum amounts.
|
||||
|
||||
Reference in New Issue
Block a user