-
-
Notifications
You must be signed in to change notification settings - Fork 490
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Controls are still given back whenever showCursor(false, false)
is called by other resources even though the main resource has called showCursor(true, true)
#4394
Steps to reproduce
resource A calls showCursor(true, true)
= (cursor showing, controls locked)
resource B calls showCursor(false, false)
= (cursor showing, controls unlocked) (expected behavior: controls should still be locked because of resource A)
Version
Server: MTA:SA Server v1.6-release-23441
Client: Multi Theft Auto v1.6-release-23441
Additional context
No response
Relevant log output
Security Policy
- I have read and understood the Security Policy and this issue is not security related.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working