change _debug to _syslog
This commit is contained in:
@@ -92,7 +92,7 @@ Event.onInterval(5, function()
|
||||
end
|
||||
end)
|
||||
if not s and m then
|
||||
_G._debug(m)
|
||||
_G._syslog(m)
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user