SAM Sites are powered on without electricity hooked up
SAMs are powered on without electricty hooked up.  Changed the option in config from true to false and then to true again.  Unloaded plugin and reloaded plugin.  Still shoots without power.  Only problem with this is is it's shooting down the owners of the SAMs.  Any suggestions for a fix?
comment out all instances of UpdateHasPower in the .cs file

sam.UpdateHasPower(0, 1);
samsite.UpdateHasPower(0, 1);
samsite.UpdateHasPower(25, 1);

becomes

//sam.UpdateHasPower(0, 1);
//samsite.UpdateHasPower(0, 1);
//samsite.UpdateHasPower(25, 1);