mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix small typo (#9813)
This commit is contained in:
parent
373bad16c0
commit
3ed5619d9a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ The main Lua script. Running this script should register everything it
|
||||||
wants to register. Subsequent execution depends on minetest calling the
|
wants to register. Subsequent execution depends on minetest calling the
|
||||||
registered callbacks.
|
registered callbacks.
|
||||||
|
|
||||||
**NOTE**: Client mods currently can't provide and textures, sounds or models by
|
**NOTE**: Client mods currently can't provide textures, sounds, or models by
|
||||||
themselves. Any media referenced in function calls must already be loaded
|
themselves. Any media referenced in function calls must already be loaded
|
||||||
(provided by mods that exist on the server).
|
(provided by mods that exist on the server).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue