@@ -44,6 +44,8 @@ function _M:init(x, y, w, h, max, fontname, fontsize, color, bgcolor)
setmetatable(self.cache,{__mode="v"})
self:resize(x,y,w,h)
-- if config.settings.log_to_disk then self.out_f = fs.open("/game-log-"..(game and type(game) == "table" and game.__mod_info and game.__mod_info.short_name or "default").."-"..os.time()..".txt", "w") end