Frank Zago пре 14 година
родитељ
комит
6dd9d416b4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/CMT.cpp

+ 1 - 1
client/CMT.cpp

@@ -433,7 +433,7 @@ void processCommand(const std::string &message)
 			conf.SetResolution(j->first.first, j->first.second);
 			conf.cc.screenx = j->first.first;
 			conf.cc.screeny = j->first.second;
-			tlog0 << "Screen resolution set to " << conf.cc.resx << " x " << conf.cc.resy <<". It will be applied when the game starts.\n";
+			tlog0 << "Screen resolution set to " << conf.cc.screenx << " x " << conf.cc.screeny <<". It will be applied when the game starts.\n";
 		}
 	}
 	else if(message=="get txt")