We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Causes issues of where the mouse should be in use but is disabled by the loading screen ending.
Related to:
pe-basicloading/client.lua
Line 3 in a6a8e18
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Causes issues of where the mouse should be in use but is disabled by the loading screen ending.
Related to:
pe-basicloading/client.lua
Line 3 in a6a8e18
Current solution is to remove the thread:
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.
The text was updated successfully, but these errors were encountered: