Move the Parrot to TG 10.

This commit is contained in:
Jonathan Naylor 2016-10-11 17:00:37 +01:00
parent b70dbaa513
commit 662e6adb47
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ bool CReflectors::load()
// Add the Parrot entry
if (m_parrotPort > 0U) {
CP25Reflector* refl = new CP25Reflector;
refl->m_id = 1U;
refl->m_id = 10U;
refl->m_address = CUDPSocket::lookup(m_parrotAddress);
refl->m_port = m_parrotPort;
m_reflectors.push_back(refl);