Skip to content

Commit

Permalink
Change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan2139 committed Apr 15, 2024
1 parent 8a6364b commit 61d7cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonorancms/server/activityTracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ AddEventHandler('playerDropped', function()
reqData['apiId'] = identifier
end
reqData['serverId'] = Config.serverId
reqData['forceClear'] = true
reqData['forceStop'] = true
exports['sonorancms']:performApiRequest(reqData, 'ACTIVITY_TRACKER_START_STOP', function(res)
res = json.decode(res)
if res.success then
Expand Down

0 comments on commit 61d7cc8

Please sign in to comment.