Skip to content

Commit

Permalink
fix: event name
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Dec 25, 2024
1 parent ff9f4c3 commit 1ff383e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RegisterNetEvent('qbx_evidence:server:collectBlood', function(dropId, location)
bloodDrops[dropId] = nil
end)

RegisterNetEvent('qbx_evidence:server:createBloodDrop', function(coords)
RegisterNetEvent('qbx_evidence:server:createFingerprint', function(coords)
local fingerprint = exports.qbx_core:GetMetadata(source, 'fingerprint')
local printId = lib.string.random('111111')
local printData = {
Expand Down

0 comments on commit 1ff383e

Please sign in to comment.