XLX: Fix error in default module override logic

This commit is contained in:
Simon
2018-10-21 15:46:24 +01:00
parent 45b910d686
commit b289f816f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1460,7 +1460,7 @@ bool CDMRGateway::linkXLX(unsigned int number)
m_xlxNumber = number;
if (m_xlxModule) {
m_xlxRoom = ((int(m_xlxModule) - 94U) + 4000U);
m_xlxRoom = ((int(m_xlxModule) - 64U) + 4000U);
} else {
m_xlxRoom = reflector->m_startup;
}