Skip to content

Commit 0e4467b

Browse files
committed
fix(client): uncomment manual shutdown
1 parent 3969f4e commit 0e4467b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: client.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ local function shutdownHandler()
1010
end)
1111
end
1212

13-
--if not disableManualShutdown then
14-
-- AddEventHandler('playerSpawned', shutdownHandler)
15-
--end
13+
if not disableManualShutdown then
14+
AddEventHandler('playerSpawned', shutdownHandler)
15+
end
1616

1717
exports('shutdown', shutdownHandler)

0 commit comments

Comments
 (0)