We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3969f4e commit 0e4467bCopy full SHA for 0e4467b
client.lua
@@ -10,8 +10,8 @@ local function shutdownHandler()
10
end)
11
end
12
13
---if not disableManualShutdown then
14
--- AddEventHandler('playerSpawned', shutdownHandler)
15
---end
+if not disableManualShutdown then
+ AddEventHandler('playerSpawned', shutdownHandler)
+end
16
17
exports('shutdown', shutdownHandler)
0 commit comments