Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
tweak: Send Config.mode to client
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan2139 committed Nov 7, 2024
1 parent 32d9dc8 commit 599a852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonorancad/core/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ AddEventHandler('SonoranCAD::core:sendClientConfig', function()
bodycamOverlayLocation = Config.bodycamOverlayLocation,
bodycamCommandToggle = Config.bodycamCommandToggle,
bodycamCommandChangeFrequncy = Config.bodycamCommandChangeFrequncy,
apiVersion = Config.apiVersion
apiVersion = Config.apiVersion,
mode = Config.mode
}
TriggerClientEvent('SonoranCAD::core:recvClientConfig', source, config)
end)
Expand Down

0 comments on commit 599a852

Please sign in to comment.