From bd31d70266e4a39fba12ff31a6e61d43245446d5 Mon Sep 17 00:00:00 2001 From: Vladimir Krasheninnikov Date: Thu, 17 Apr 2025 09:55:50 +0200 Subject: Change the return value description to String[] --- doc/lua/openstarbound/chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lua') 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` chat.command(`String` command) +#### `String[]` chat.command(`String` command) Executes the specified command and returns a list of strings with the result. -- cgit v1.2.3