Removed KartUpdate protocol (which breakes online play).

This commit is contained in:
hiker
2016-12-09 09:00:20 +11:00
parent 4d065f67e6
commit 04d1d4817a
4 changed files with 1 additions and 193 deletions

View File

@@ -26,7 +26,6 @@
#include "network/protocol_manager.hpp"
#include "network/protocols/game_protocol.hpp"
#include "network/protocols/game_events_protocol.hpp"
#include "network/protocols/kart_update_protocol.hpp"
#include "network/protocols/latency_protocol.hpp"
#include "network/race_event_manager.hpp"
#include "network/stk_host.hpp"
@@ -124,7 +123,6 @@ void LobbyProtocol::loadWorld()
// Load the actual world.
m_game_setup->getRaceConfig()->loadWorld();
World::getWorld()->setNetworkWorld(true);
(new KartUpdateProtocol())->requestStart();
GameProtocol::getInstance()->requestStart();
(new GameEventsProtocol())->requestStart();