Cleanup: remove company password hashing and anything related to it

This commit is contained in:
Rubidium
2024-03-23 19:40:42 +01:00
committed by rubidium42
parent a9318cf653
commit 457d51fc49
7 changed files with 1 additions and 74 deletions

View File

@@ -321,9 +321,6 @@ std::string _network_server_name;
/** Information about the game to join to. */
NetworkJoinInfo _network_join;
/** Make sure the server ID length is the same as a md5 hash. */
static_assert(NETWORK_SERVER_ID_LENGTH == MD5_HASH_BYTES * 2 + 1);
/***********
* Sending functions
************/