diff options
Diffstat (limited to 'src/keeper.lua')
-rw-r--r-- | src/keeper.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keeper.lua b/src/keeper.lua index 828932e..77bf880 100644 --- a/src/keeper.lua +++ b/src/keeper.lua | |||
@@ -150,7 +150,6 @@ function send( ud, key, ...) | |||
150 | local data, limits = tables( ud) | 150 | local data, limits = tables( ud) |
151 | 151 | ||
152 | local n = select( '#', ...) | 152 | local n = select( '#', ...) |
153 | if n == 0 then return true end -- nothing to send | ||
154 | 153 | ||
155 | -- Initialize queue for all keys that have been used with ':send()' | 154 | -- Initialize queue for all keys that have been used with ':send()' |
156 | -- | 155 | -- |