mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
made FRequest actually start, apparently nobody uses this because this is the first I've heard of it not working
This commit is contained in:
parent
9ae161aeb5
commit
dc4f76fdcb
@ -2,6 +2,7 @@ local net = require "minitel"
|
|||||||
local syslog = require "syslog"
|
local syslog = require "syslog"
|
||||||
local fs = require "filesystem"
|
local fs = require "filesystem"
|
||||||
local event = require "event"
|
local event = require "event"
|
||||||
|
local serial = require "serialization"
|
||||||
|
|
||||||
local coro = {} -- table of coroutines, one per socket
|
local coro = {} -- table of coroutines, one per socket
|
||||||
local cfg = {}
|
local cfg = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user