Update server.lua

This commit is contained in:
BreezyTheDev
2022-08-17 15:29:17 -07:00
committed by GitHub
parent 9e3c41a58c
commit b90b6bc75d

View File

@@ -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)