Skip to content

Commit

Permalink
fix(client): uncomment manual shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
TasoOneAsia committed Jul 21, 2021
1 parent 3969f4e commit 0e4467b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ local function shutdownHandler()
end)
end

--if not disableManualShutdown then
-- AddEventHandler('playerSpawned', shutdownHandler)
--end
if not disableManualShutdown then
AddEventHandler('playerSpawned', shutdownHandler)
end

exports('shutdown', shutdownHandler)

0 comments on commit 0e4467b

Please sign in to comment.