mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
cleanup 2: electric boogaloo
This commit is contained in:
parent
f784897b08
commit
e1763644c5
@ -1,10 +1,14 @@
|
|||||||
function returnNet(event,computer,minitel)
|
function returnNet(event,computer,minitel)
|
||||||
|
|
||||||
|
local dbug = false
|
||||||
|
|
||||||
function print(...)
|
function print(...)
|
||||||
|
if dbug then
|
||||||
for k,v in pairs({...}) do
|
for k,v in pairs({...}) do
|
||||||
neo.emergency(tostring(k)..": "..tostring(v))
|
neo.emergency(tostring(k)..": "..tostring(v))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
event.listen("x.svc.minitel",print)
|
event.listen("x.svc.minitel",print)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user