Skip to content

Commit dc1533c

Browse files
author
Aland Mariwan
authored
Update main.lua
1 parent 11bff4f commit dc1533c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ end
112112
--[[ Deletes the peds when the resource stops ]]--
113113
AddEventHandler('onResourceStop', function(resourceName)
114114
if resourceName == GetCurrentResourceName() then
115-
TriggerServerEvent('esx:clientLog', "[am-shops]: Deleting peds...")
115+
TriggerServerEvent('esx:clientLog', "[am_shops]: Deleting peds...")
116116
DeleteCashier()
117117
end
118118
end)

0 commit comments

Comments
 (0)