--[[ Copyright (c) 2020 npc_strider * For direct use of code or graphics, credit is appreciated. See LICENSE.txt for more information. * This mod may contain modified code sourced from base/core Factorio * * control/debug.lua * REMEMBER TO DISABLE THIS MODULE IN RELEASE!!! --]] -- commands.add_command( -- "dvars", -- "debug: dump spider control vars", -- function (cmd) -- -- game.print(serpent.block(global.spidercontrol_player_s[cmd.player_index])) -- game.print(serpent.block(global.spidercontrol_linked_s)) -- end -- )