-
Couldn't load subscription status.
- Fork 16
Open
Labels
Description
Causes issues of where the mouse should be in use but is disabled by the loading screen ending.
Related to:
Line 3 in a6a8e18
| local function shutdownHandler() |
Current solution is to remove the thread:
local function shutdownHandler()
SendLoadingScreenMessage(json.encode({fullyLoaded = true}))
ShutdownLoadingScreenNui(true)
endRequires additional testing with different pc specs though before making a pull request. Adding it here for issue tracking.
Do note, this wasn't tested with the shutdown export and no convars were set.
Saturn745