mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04: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.
|
||||
--
|
||||
-- @chatcmd find_neaby_nodes
|
||||
-- @chatcmd find_nearby_nodes
|
||||
-- @tparam[opt] int radius Search radius.
|
||||
core.register_chatcommand(cmd_repo.near_node.cmd, {
|
||||
privs = {server=true},
|
||||
|
|
Loading…
Add table
Reference in a new issue