diff --git a/ND_Core/source/server/main.lua b/ND_Core/source/server/main.lua index dce7caa..206a3d3 100644 --- a/ND_Core/source/server/main.lua +++ b/ND_Core/source/server/main.lua @@ -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.