Skip to content

Commit

Permalink
Merge pull request #242 from jag3dagster/fix-doorlock-heading
Browse files Browse the repository at this point in the history
fix(ox_doorlock): Set proper heading level for setDoorState
  • Loading branch information
thelindat authored Jan 30, 2025
2 parents 6c91ed3 + bc784fd commit 0a9ee13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/DisplayMembers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const sponsor = {
thelindat: `thelindat`,
LukeWasTakenn: `lukewastaken`,
DokaDoka: `dokadoka`,
jag3dagster: `jag3dagster`,
}

async function FetchMembers() {
Expand Down
2 changes: 1 addition & 1 deletion pages/ox_doorlock/Server/functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Edit configuration for the given doorId.
- doorId: `number`
- data: `table`

### setDoorState
## setDoorState

```lua
exports.ox_doorlock:setDoorState(doorId, state)
Expand Down

0 comments on commit 0a9ee13

Please sign in to comment.