diff options
author | Vladimir Krasheninnikov <boba09@list.ru> | 2025-04-17 09:55:50 +0200 |
---|---|---|
committer | Vladimir Krasheninnikov <boba09@list.ru> | 2025-04-17 09:55:50 +0200 |
commit | bd31d70266e4a39fba12ff31a6e61d43245446d5 (patch) | |
tree | a4dd8ff1248e9a0c9b279052a8428f946989c5b2 | |
parent | 36ffe46ae378dfd8c2edb883503e1bac163cd1b5 (diff) |
Change the return value description to String[]
-rw-r--r-- | doc/lua/openstarbound/chat.md | 2 |
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. |