mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2025-07-28 11:02:19 +00:00
Changed accidental global "socket" to local
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
-- under the terms of the MIT license. See LICENSE for details.
|
-- under the terms of the MIT license. See LICENSE for details.
|
||||||
--
|
--
|
||||||
|
|
||||||
socket = require "socket"
|
local socket = require "socket"
|
||||||
|
|
||||||
local lovebird = { _version = "0.0.1" }
|
local lovebird = { _version = "0.0.1" }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user