mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-21 15:41:22 +00:00
Fix typo in docstring
This commit is contained in:
parent
29f772dc92
commit
9c80a957e3
1 changed files with 1 additions and 1 deletions
2
chat.lua
2
chat.lua
|
@ -464,7 +464,7 @@ core.register_chatcommand(cmd_repo.find_node.cmd, {
|
||||||
|
|
||||||
--- Finds names of nearby nodes.
|
--- Finds names of nearby nodes.
|
||||||
--
|
--
|
||||||
-- @chatcmd find_neaby_nodes
|
-- @chatcmd find_nearby_nodes
|
||||||
-- @tparam[opt] int radius Search radius.
|
-- @tparam[opt] int radius Search radius.
|
||||||
core.register_chatcommand(cmd_repo.near_node.cmd, {
|
core.register_chatcommand(cmd_repo.near_node.cmd, {
|
||||||
privs = {server=true},
|
privs = {server=true},
|
||||||
|
|
Loading…
Add table
Reference in a new issue