Fixed sending 'client ready' twice.

This commit is contained in:
hiker
2016-11-23 18:50:44 +11:00
parent dd515292ee
commit 414b0e0633

View File

@@ -250,8 +250,6 @@ void WorldStatus::updateTime(const float dt)
// server), immediately go to race start
if (NetworkConfig::get()->isNetworking())
{
LobbyProtocol *p = LobbyProtocol::get();
p->finishedLoadingWorld();
m_phase = WAIT_FOR_SERVER_PHASE;
}
else