C4 not triggering on foundations
If I set a foundation and put C4 on it, I can't trigger it. Throw c4 off the foundation and it triggers ok.
Grenades and Beancans work fine, Satchels I didn't test a lot.

If I restart the plugin the c4 will detonate on their own as the toggle is set to off.
The issue seems to happen when I change "Detonate Range".

I tried changing it to 100 and then to 1000, but the only way it works is if I reset it to default.

I'd rather not allow people to detonate it from anywhere on the map.

Merged post

Actually I'm not sure that's the case. I'm finding this in my console

3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.
3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.


Merged post

Ok, here's what I found

If I change config to 

{
  "Use Permission": true,
  "Detonate Range": 1000,
  "Whitelisted explosives": {
    "explosive.timed.entity": true,
    "explosive.satchel.entity": true,
    "grenade.f1.entity": true,
    "grenade.beancan.entity": true
  }
}​

and reload the plugin. I can toss a c4 on the ground and it works fine. Toss a c4 on a sheet metal foundation and it won't trigger. I see Found null entries in the RF listener list for frequency 9999... cleaning up. in the console.

Unload, delete config, reload and it works either way.
5b7ff3b605218.png Bumfuzzler
The issue seems to happen when I change "Detonate Range".

I tried changing it to 100 and then to 1000, but the only way it works is if I reset it to default.

I'd rather not allow people to detonate it from anywhere on the map.

Merged post

Actually I'm not sure that's the case. I'm finding this in my console

3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.
3:33 PM Found null entries in the RF listener list for frequency 9999... cleaning up.


Merged post

Ok, here's what I found

If I change config to 

{
  "Use Permission": true,
  "Detonate Range": 1000,
  "Whitelisted explosives": {
    "explosive.timed.entity": true,
    "explosive.satchel.entity": true,
    "grenade.f1.entity": true,
    "grenade.beancan.entity": true
  }
}​

and reload the plugin. I can toss a c4 on the ground and it works fine. Toss a c4 on a sheet metal foundation and it won't trigger. I see Found null entries in the RF listener list for frequency 9999... cleaning up. in the console.

Unload, delete config, reload and it works either way.

I'll check out what's causing this.
EDIT: Should be fixed in the new update I posted.

Thanks!!