chore: update noninformative comments to be informative (#1407)

* better comments

* more comments
This commit is contained in:
David Markowitz
2024-01-10 20:57:41 -08:00
committed by GitHub
parent e0ddbce8e7
commit 66cc582a9a
7 changed files with 12 additions and 14 deletions

View File

@@ -196,8 +196,8 @@ void GameMessageHandler::HandleMessage(RakNet::BitStream* inStream, const System
}
case eGameMessageType::MISSION_DIALOGUE_CANCELLED: {
//This message is pointless for our implementation, as the client just carries on after
//rejecting a mission offer. We dont need to do anything. This is just here to remove a warning in our logs :)
// This message is pointless for our implementation, as the client just carries on after
// rejecting a mission offer. We dont need to do anything. This is just here to remove a warning in our logs :)
break;
}