Should now read servername from config.

This commit is contained in:
stiffly
2016-03-09 10:08:23 +01:00
parent 4abe73eae7
commit d7c30450dc
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@ private:
std::vector<Events::InputCommand> m_InputCommandsToBroadcast;
//Timers
std::clock_t m_StartPingTime;
std::string m_ServerName = "";
// Packet loss logic
PacketID m_PacketID = 0;