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