- Code: Select all
{
default = 0,
label = "Auto Reclaim",
help = "AutoReclaim.",
key = 'opt_AutoReclaim',
pref = 'opt_AutoReclaim',
values = {
{text = "Disabled (Wreckages On)", help = "Off", key = 0, },
{text = "Auto Reclaim 10 percent", help = "10 percent", key = 1, },
{text = "Auto Reclaim 15 percent", help = "15 percent", key = 2, },
{text = "Auto Reclaim 20 percent", help = "20 percent", key = 3, },
{text = "Auto Reclaim 30 percent", help = "30 percent", key = 4, },
{text = "Auto Reclaim 40 percent", help = "40 percent", key = 5, },
{text = "Auto Reclaim 50 percent", help = "50 percent", key = 6, },
},
},
When I change
- Code: Select all
default = 7,
Lobby version 3659, no idea how long this has been broken