diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-17 17:22:58 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-17 17:22:58 +0100 |
| commit | e7563787be5b3a9c1de66a7f4eb16ed09d9d4a21 (patch) | |
| tree | 2956aed96a4d1873ac997bc17ad224815ba4bbb5 /src/pawsd/send.lua | |
| parent | 2bad2793f33c3c0879d3a8a36de327a6626c32ed (diff) | |
[main] added ability to fetch service & tidied up functions
Diffstat (limited to 'src/pawsd/send.lua')
| -rw-r--r-- | src/pawsd/send.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pawsd/send.lua b/src/pawsd/send.lua index 46ff2b5..156664d 100644 --- a/src/pawsd/send.lua +++ b/src/pawsd/send.lua @@ -36,7 +36,7 @@ function send (server, data) end -- return response - return table.concat(response) + return response end |
