public void cmdEnable(string module, string[] cmdParams) { if (m_fEnabled) return; m_log.Info("[CITY BUILDER] : Enabling"); m_fEnabled = true; }