Bulk Rail Loader

by therax

Bulk train loader/unloader with buffer.

Content
1 year, 9 months ago
0.16 - 1.1
53.5K
Logistics

b debug output when closing windows

3 years ago

Since the 1.1 update, every time when I am closing a window there is a text output.
Looks like some debug helper, for example:
{entity = {__self = "userdata"}, gui__type = 1, name 85, player_index = 1, tick 19585289}
{gui_type = 3, name = 85, player_index = 1, tick = 19585062}

I am pretty sure is this caused by this mod, as if goes away when disabling the BRL and comes back when I activate this mod.

3 years ago

Line 299 .. the game.print should be commented out

local function on_gui_closed(event)
  game.print(serpent.line(event))
3 years ago

Thanks! Should be fixed now.

3 years ago

was about to try figure out what mod caused it.

New response