"RECYCLER IN SAFE ZONE" in consoleSolved

Hi, I'm not 100% sure but these console messages appear to steam from MA:

05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: False
05/02 21:55:15 | RECYCLER IN SAFE ZONE: True
 
Is that leftover debug or intended?

That is debug code from Rust itself, whenever a recycler spawns. I suppose you'll see this if you are spawning recylers with MA. Ideally the Rust devs should remove it.

I see it here and there - I have set up all my MA recyclers and do not spawn additional ones with it. I suppose now it is also displayed once a player places a recycler? (we allow that on our server).

Ty for the explanation and the updates.

Yes, you would see this any time a player places a recycler since it would technically spawn the recycler at that time.

Locked automatically