TriggerRadiation does not contain a definition for radiationSizeFixed

This error is stopping ZoneManager working for me

(13:38:00) | [Oxide] 14:38 [Error] Error while compiling: ZoneManager.cs(996,31): error CS1061: Type `TriggerRadiation' does not contain a definition for `radiationSize' and no extension method `radiationSize' of type `TriggerRadiation' could be found. Are you missing an assembly reference?
When ya got time.
 Error while compiling: ZoneManager.cs(996,31): error CS1061: Type `TriggerRadiation' does not contain a definition for `radiationSize' and no extension method `radiationSize' of type `TriggerRadiation' could be found. Are you missing an assembly reference?​
Getting:

Error while compiling: ZoneManager.cs(996,31): error CS1061: Type `TriggerRadiation' does not contain a definition for `radiationSize' and no extension method `radiationSize' of type `TriggerRadiation' could be found. Are you missing an assembly reference?

Any help would be appreciated.

comment all lines with "radiation" and wait plugin update 
ya cause

radiationSize is in TriggerRadiation maby they changed the reference

5cc3999226f5f.png Atreuce
Getting:

Error while compiling: ZoneManager.cs(996,31): error CS1061: Type `TriggerRadiation' does not contain a definition for `radiationSize' and no extension method `radiationSize' of type `TriggerRadiation' could be found. Are you missing an assembly reference?

Any help would be appreciated.

For those of us who suck at that, do you have the updated version with the comment outs?

yep, got it too :/

Merged post

as a hotfix, you can comment out the code in private void InitializeRadiation()
just search radiationSize and put // at the frount of that line

@yetzt

Tried that and got: 

(13:57:28) | [Oxide] 14:57 [Error] Error while compiling: ZoneManager.cs(990,13): error CS9010: Primary constructor body is not allowed
Ts3hosting
just search radiationSize and put // at the frount of that line

Worked for me. Thanks!

Ts3hosting
just search radiationSize and put // at the frount of that line

Worked for me also! Thank you

Consol output:
Error while compiling: ZoneManager.cs(996,31): error CS1061: Type `TriggerRadiation' does not contain a definition for `radiationSize' and no extension method `radiationSize' of type `TriggerRadiation' could be found. Are you missing an assembly reference?
Ts3hosting
just search radiationSize and put // at the frount of that line

Yep, worked for me too! Thanks :D

to help you guys this is the final look,it works this way:

//radiation.radiationSize = Mathf.Max(bounds.size.x, bounds.size.y, bounds.size.z);
yeah, sorry, i always forget most people aren't software developers. thanks @ts3hosting :)
Locked automatically