use global socket

This commit is contained in:
Redo
2022-11-05 12:22:57 -06:00
parent bbb6afd684
commit f18b3fae5f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
local socket = Socket or require("socket")
function network_send(data)
client:send(data)
end