bool M_LogWarning(string Message) { if(!bOptimizationRun) { Print("Warning: " + Message); } return true; }