Network: Mark Main51, OldFormat, and ReadSettings as Internal

This commit is contained in:
Paul Hollinsky
2021-05-05 02:18:22 -04:00
parent 595cc36545
commit 0006f31844
2 changed files with 6 additions and 6 deletions
+3 -6
View File
@@ -157,12 +157,6 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
result = frResult;
return true;
}
default:
break;//return false;
}
}
default:
switch(packet->network.getNetID()) {
case Network::NetID::Main51: {
switch((Command)packet->data[0]) {
case Command::RequestSerialNumber: {
@@ -242,7 +236,10 @@ bool Decoder::decode(std::shared_ptr<Message>& result, const std::shared_ptr<Pac
result = msg;
return true;
}
default:
break;
}
}
}
// For the moment other types of messages will automatically be decoded as raw messages