Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/doc/lua
diff options
context:
space:
mode:
authorVladimir Krasheninnikov <boba09@list.ru>2025-04-17 09:55:50 +0200
committerVladimir Krasheninnikov <boba09@list.ru>2025-04-17 09:55:50 +0200
commitbd31d70266e4a39fba12ff31a6e61d43245446d5 (patch)
treea4dd8ff1248e9a0c9b279052a8428f946989c5b2 /doc/lua
parent36ffe46ae378dfd8c2edb883503e1bac163cd1b5 (diff)
Change the return value description to String[]
Diffstat (limited to 'doc/lua')
-rw-r--r--doc/lua/openstarbound/chat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua/openstarbound/chat.md b/doc/lua/openstarbound/chat.md
index 834b4e8..af9c96d 100644
--- a/doc/lua/openstarbound/chat.md
+++ b/doc/lua/openstarbound/chat.md
@@ -17,7 +17,7 @@ If `data` is provided, it will be sent as a JSON object with the message. This c
---
-#### `List<String>` chat.command(`String` command)
+#### `String[]` chat.command(`String` command)
Executes the specified command and returns a list of strings with the result.