Closed spflanze closed 11 months ago
I found a work around to prevent the gray out. This is to make the return statement conditional:
if( 1 ) return;
After debug, and test, the "If(1)" part, which should not have been necessary, can be removed.
fixed
In the below code snippet this pluggin considers everything after the return; statement unreachable, and grays it out.