Skip to content

Commit

Permalink
Merge pull request #211 from Frowmza/patch-1
Browse files Browse the repository at this point in the history
fix(ox_core): require string adjust
  • Loading branch information
thelindat authored Oct 8, 2024
2 parents 59fbe25 + 9c68d0b commit 3c99714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/ox_core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You can import ox_core definitions by loading `@ox_core/lib/init.lua` into your

If you prefer, you can use our [require](../ox_lib/Modules/Require/Shared) function from [ox_lib](../ox_lib).
```lua
local Ox = require '@ox_core/lib/init.lua'
local Ox = require '@ox_core/lib/init'
```

</Tab>
Expand Down Expand Up @@ -116,4 +116,4 @@ These convars should use the `setr` command to be read by clients.
- `ox:spawnLocation`
- Default: `[-258.211, -293.077, 21.6132, 206.0]`
- Sets the default spawn location for newly created characters.


0 comments on commit 3c99714

Please sign in to comment.