diff --git a/src/main/resources/lua/server_to_players.lua b/src/main/resources/lua/server_to_players.lua index 3f71791..a4ab73d 100644 --- a/src/main/resources/lua/server_to_players.lua +++ b/src/main/resources/lua/server_to_players.lua @@ -19,5 +19,5 @@ for _, proxy in ipairs(ARGV) do end end --- Redis can't map a Lua table back, so we have to send it as JSON. +-- Redis can't map Lua associative tables back, so we have to send it as JSON. return cjson.encode(serverToData) \ No newline at end of file