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)