diff --git a/pages/ox_core.mdx b/pages/ox_core.mdx index fd55111fb..9acff0024 100644 --- a/pages/ox_core.mdx +++ b/pages/ox_core.mdx @@ -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' ``` @@ -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. - \ No newline at end of file +