-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prevent seat switching when handcuffed or fastened
* feat: debug thrist and hunger commands refactor: rename addHunger, addThirst to setHunger, setThirst, remove redundant code fix: hotfix qbx_core #457 * refactor: remove debug codes * fix: remove debug commands * feat: server use of the event * feat: exports for serwer side functions refactor: fix to own function chore: thirst and hunger summaries fix * revisions for `ox_inventory` QB bridge compatibility * feat: restore server side events trigger and hotfix * feat: conditional shuffle seat --------- Co-authored-by: xHorntail <[email protected]>
- Loading branch information
1 parent
8943b42
commit 2215622
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"shuffleSeatKey": "O" | ||
} |