removed debug info.

This commit is contained in:
Jocke
2016-03-11 11:01:10 +01:00
parent a8a4b5d2a2
commit 33627f917c
7 changed files with 28 additions and 44 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ private:
std::vector<ServerInfo> m_Serverlist;
bool m_SearchingForServers = false;
std::clock_t m_StartSearchTime;
double m_SearchingTime = 2000; // Config I guess
double m_SearchingTime = 200; // Config I guess
};
#endif