Type `BaseCombatEntity' does not contain a definition for `ChangeHealth'Fixed

Failed to compile: CopyPaste.cs(1027,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?

same issue here.
same issue
Samesies

same :

Error while compiling: CopyPaste.cs(1060,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?
Copy+paste does not seem to work at all after July's force-wipe update (5242046) w/ latest mod (2.0.4651)
Same issue here
Find:
baseCombat.ChangeHealth(baseCombat.MaxHealth());​
and change to:
baseCombat.SetHealth(baseCombat.MaxHealth());​
5d3c7df619f1d.png RocketMyrr
Find:
baseCombat.ChangeHealth(baseCombat.MaxHealth());​
and change to:
baseCombat.SetHealth(baseCombat.MaxHealth());​

Thanks!

thx fix
This just happened after the update. Prior to the update I had the plug-in installed working, had all permissions. Now It acts like it's no longer loading the plug in. I deleted the main plug in off the config, and reinstalled it, restarted, still plug -in isnt loading? 
plugin needs to be updated
Hello,

Looks like the plugin is not compiling on the latest update.

Here is the error:

CopyPaste - Failed to compile: CopyPaste.cs(1060,32): error CS1061: Type `BaseCombatEntity' does not contain a definition for `ChangeHealth' and no extension method `ChangeHealth' of type `BaseCombatEntity' could be found. Are you missing an assembly reference?

Thanks,
seacowz
5d3c7df619f1d.png RocketMyrr
Find:
baseCombat.ChangeHealth(baseCombat.MaxHealth());​
and change to:
baseCombat.SetHealth(baseCombat.MaxHealth());​
Legend, thank you!
where do you find
baseCombat.ChangeHealth(baseCombat.MaxHealth​

looked in config and not there?

Locked automatically