Skip to content

Commit

Permalink
Update src/pegasus/handler.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Mar 6, 2023
1 parent 3610bd4 commit c3791b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pegasus/handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function Handler:pluginsNewConnection(client)
if plugin.newConnection then
client = plugin:newConnection(client)
if not client then
return false
return nil
end
end
end
Expand Down

0 comments on commit c3791b4

Please sign in to comment.