From b90b6bc75dbc7f21133b543e2ed471dd42d5ec31 Mon Sep 17 00:00:00 2001 From: BreezyTheDev <63890993+BreezyTheDev@users.noreply.github.com> Date: Wed, 17 Aug 2022 15:29:17 -0700 Subject: [PATCH] Update server.lua --- ND_Chat/source/server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ND_Chat/source/server.lua b/ND_Chat/source/server.lua index 0c70894..4ed9b2c 100644 --- a/ND_Chat/source/server.lua +++ b/ND_Chat/source/server.lua @@ -61,7 +61,7 @@ if config["pay"] then end if config["give"] then - RegisterCommand(Settings.Give.Command, function(source, args, rawCommand) + RegisterCommand("give", function(source, args, rawCommand) local player = source local amount = tonumber(args[2]) NDCore.Functions.GiveCashToNearbyPlayer(player, amount)