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