Commit 844db501 authored by Hubert Denkmair's avatar Hubert Denkmair
Browse files

disable BotMove message for websocket clients

parent 254f0419
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ void TcpProtocol::OnBotMoveReceived(std::unique_ptr<MsgPackProtocol::BotMoveMess
		}

	}
	_pendingMessages.push_back(std::move(msg));
	//_pendingMessages.push_back(std::move(msg));
}

void TcpProtocol::OnBotLogReceived(std::unique_ptr<MsgPackProtocol::BotLogMessage> msg)