mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-23 04:28:01 +00:00
Use correct function
This commit is contained in:
parent
12ad0c792b
commit
18117d5dc4
@ -7,7 +7,7 @@ local heartbeats = c("HGETALL", "heartbeats")
|
|||||||
local total = 0
|
local total = 0
|
||||||
local key
|
local key
|
||||||
|
|
||||||
for _, v in pairs(heartbeats) do
|
for _, v in ipairs(heartbeats) do
|
||||||
if not key then
|
if not key then
|
||||||
key = v
|
key = v
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user