Is there anyway to change back to the old decay people are losing there house in 5 days and its bothering me and even with vendors which it should go to demolition pending
 
Sure, open Multis/DynamicDecay.cs and change this line:

Code:
public static bool Enabled { get { return Core.ML; } }

to:

Code:
public static bool Enabled { get { return false; } }
 
Back