Causes issues of where the mouse should be in use but is disabled by the loading screen ending.
Related to:
|
local function shutdownHandler() |
Current solution is to remove the thread:
local function shutdownHandler()
SendLoadingScreenMessage(json.encode({fullyLoaded = true}))
ShutdownLoadingScreenNui(true)
end
Requires 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.