protected void HireLog(string str, params object[] obj) { if (Options.IsOnlyPlayerAI) { CLog.Green(str, obj); } }