This is a small mod that allows you to select player, which can help develop mods.
Press Tab to recyclic selected player
Initialize
mods.on_all_mods_loaded(function()
for _, v in pairs(mods) do
if type(v) == "table" and v.MPselector then
_G["get_select_player"] = v["get_select_player"]
end
end
end)
get_select_player()
Insert)https://github.com/hinyb/hinyb-MPSelector/issues